Html Css Color HEX #B07524 Hot Toddy

📋 copy color: '#B07524'

red 176 ◦ green 117 ◦ blue 36

#B07524
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Toddy #B07524

Tints of Hot Toddy #B07524

RGB

 RED value IS 176 (69.14% from 255) = 53.5%

 GREEN value IS 117 (46.09% from 255) = 35.56%

 BLUE value IS 36 (14.45% from 255) = 10.94%

R = 53.5%
G = 35.56%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B07524 (or 0xB07524) is known color: Hot Toddy. HEX triplet: B0, 75 and 24. RGB value is (176,117,36). Sum of RGB (Red+Green+Blue) = 176+117+36=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 36 (14.45% from 255 or 10.94% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B07524 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07524 is #4F8ADB. Grayscale: #7D7D7D. Windows color (decimal): -5212892 or 2389424. OLE color: 2389424.

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

Color convert

RGB 176 117 36 -
CMYK 0 0.34 0.80 0.31
HSL 34.71º 0.66% 0.42% -
HSV(B) 34.71º 0.8% 0.69% -
XYZ 24.58 22.08 4.64 -
YUV 125.41 77.55 164.09 -
System Red Green Blue C M Y K H S L
Decimal 176 117 36 0 0.34 0.80 0.31 34.71 0.66 0.42
Hex B0 75 24 0 22 50 1F 23 42 2A
Octal 260 165 44 0 42 120 37 43 102 52
Binary 10110000 1110101 100100 0 100010 1010000 11111 100011 1000010 101010

Color Harmonies of #B07524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07524

Black with #B07524

Text Example


Text Example

White with #B07524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07524; }

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

 H1.HeaderClassName
 {
   color: #B07524;
 }
 .AnyTagClassName
 {
   color: #B07524;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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