#B07422

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

Shades of Hot Toddy #B07422

Tints of Hot Toddy #B07422

Color information

#B07422 (or 0xB07422) is unknown color: approx Hot Toddy. HEX triplet: B0, 74 and 22. RGB value is (176,116,34). Sum of RGB (Red+Green+Blue) = 176+116+34=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 34 (13.67% from 255 or 10.43% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B07422 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07422 is #4F8BDD. Grayscale: #7C7C7C. Windows color (decimal): -5213150 or 2258096. OLE color: 2258096.

HSL color Cylindrical-coordinate representation of color #B07422: hue angle of 34.65º 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 #B07422 is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB17611634-
CMYK00.340.810.31
HSL34.65º67.62%41.18%-
HSV(B)34.65º80.68%69.02%-
XYZ24.4421.844.44-
YUV124.5976.88164.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.99%
GREEN value IS 116 (45.70% from 255) = 35.58%
BLUE value IS 34 (13.67% from 255) = 10.43%
R=53.99%
G=35.58%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761163400.340.810.3134.6567.6241.18
HexB07422022511F234429
Octal26016442042121374310451
Binary10110000111010010001001000101010001111111000111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07422; }

 p { color: rgb(176,116,34); }

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

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

 a { background-color: rgb(176,116,34); }

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

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

 span { border-color: rgb(176,116,34); }

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