#b07326

Color #B07326 Hot Toddy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Toddy #B07326

Tints of Hot Toddy #B07326

Color information

#B07326 (or 0xB07326) is unknown color: approx Hot Toddy. HEX triplet: B0, 73 and 26. RGB value is (176,115,38). Sum of RGB (Red+Green+Blue) = 176+115+38=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 38 (15.23% from 255 or 11.55% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B07326 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07326 is #4F8CD9. Grayscale: #7C7C7C. Windows color (decimal): -5213402 or 2519984. OLE color: 2519984.

HSL color Cylindrical-coordinate representation of color #B07326: hue angle of 33.48º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B07326 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB17611538-
CMYK00.350.780.31
HSL33.48º64.49%41.96%-
HSV(B)33.48º78.41%69.02%-
XYZ24.3921.634.72-
YUV124.4679.21164.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 53.50%
GREEN value IS 115 (45.31% from 255) = 34.95%
BLUE value IS 38 (15.23% from 255) = 11.55%
R=53.50%
G=34.95%
B=11.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761153800.350.780.3133.4864.4941.96
HexB073260234E1F21402a
Octal26016346043116374110052
Binary10110000111001110011001000111001110111111000011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b07326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b07326; }

 p { color: rgb(176,115,38); }

 H1.HeaderClassName
 {
   color: #b07326;
 }
 .AnyTagClassName
 {
   color: #b07326;
 }
</style>
background-color css

<style>
 a { background-color: #b07326; }

 a { background-color: rgb(176,115,38); }

 div.DivClassName
 {
   background-color: #b07326;
 }
 .BgClassName
 {
   background-color: #b07326;
 }
</style>
border-color css

<style>
 span { border-color: #b07326; }

 span { border-color: rgb(176,115,38); }

 td.TdClassName
 {
   border-color: #b07326;
 }
 .TagClassName
 {
   border-color: #b07326;
 }
</style>