#B07220

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

Shades of Hot Toddy #B07220

Tints of Hot Toddy #B07220

Color information

#B07220 (or 0xB07220) is unknown color: approx Hot Toddy. HEX triplet: B0, 72 and 20. RGB value is (176,114,32). Sum of RGB (Red+Green+Blue) = 176+114+32=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B07220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07220 is #4F8DDF. Grayscale: #7B7B7B. Windows color (decimal): -5213664 or 2126512. OLE color: 2126512.

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

Color convert

RGB17611432-
CMYK00.350.820.31
HSL34.17º69.23%40.78%-
HSV(B)34.17º81.82%69.02%-
XYZ24.1821.374.22-
YUV123.1976.54165.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.66%
GREEN value IS 114 (44.92% from 255) = 35.40%
BLUE value IS 32 (12.89% from 255) = 9.94%
R=54.66%
G=35.40%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761143200.350.820.3134.1769.2340.78
HexB07220023521F224529
Octal26016240043122374210551
Binary10110000111001010000001000111010010111111000101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07220; }

 p { color: rgb(176,114,32); }

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

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

 a { background-color: rgb(176,114,32); }

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

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

 span { border-color: rgb(176,114,32); }

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