#B07324

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

Shades of Hot Toddy #B07324

Tints of Hot Toddy #B07324

Color information

#B07324 (or 0xB07324) is unknown color: approx Hot Toddy. HEX triplet: B0, 73 and 24. RGB value is (176,115,36). Sum of RGB (Red+Green+Blue) = 176+115+36=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 36 (14.45% from 255 or 11.01% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B07324 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07324 is #4F8CDB. Grayscale: #7C7C7C. Windows color (decimal): -5213404 or 2388912. OLE color: 2388912.

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

Color convert

RGB17611536-
CMYK00.350.800.31
HSL33.86º66.04%41.57%-
HSV(B)33.86º79.55%69.02%-
XYZ24.3521.624.56-
YUV124.2378.21164.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.82%
GREEN value IS 115 (45.31% from 255) = 35.17%
BLUE value IS 36 (14.45% from 255) = 11.01%
R=53.82%
G=35.17%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761153600.350.800.3133.8666.0441.57
HexB07324023501F22422a
Octal26016344043120374210252
Binary10110000111001110010001000111010000111111000101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07324; }

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

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

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

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

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

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

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

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