#B07821

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

Shades of Hot Toddy #B07821

Tints of Hot Toddy #B07821

Color information

#B07821 (or 0xB07821) is unknown color: approx Hot Toddy. HEX triplet: B0, 78 and 21. RGB value is (176,120,33). Sum of RGB (Red+Green+Blue) = 176+120+33=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 33 (13.28% from 255 or 10.03% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B07821 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07821 is #4F87DE. Grayscale: #7F7F7F. Windows color (decimal): -5212127 or 2193584. OLE color: 2193584.

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

Color convert

RGB17612033-
CMYK00.320.810.31
HSL36.5º68.42%40.98%-
HSV(B)36.5º81.25%69.02%-
XYZ24.922.774.52-
YUV126.8375.05163.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.50%
GREEN value IS 120 (47.27% from 255) = 36.47%
BLUE value IS 33 (13.28% from 255) = 10.03%
R=53.50%
G=36.47%
B=10.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761203300.320.810.3136.568.4240.98
HexB07821020511F254429
Octal26017041040121374510451
Binary10110000111100010000101000001010001111111001011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07821; }

 p { color: rgb(176,120,33); }

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

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

 a { background-color: rgb(176,120,33); }

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

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

 span { border-color: rgb(176,120,33); }

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