Html Css Color HEX #B76412 Chocolate

📋 copy color: '#B76412'

red 183 ◦ green 100 ◦ blue 18

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

Shades of Chocolate #B76412

Tints of Chocolate #B76412

RGB

 RED value IS 183 (71.88% from 255) = 60.8%

 GREEN value IS 100 (39.45% from 255) = 33.22%

 BLUE value IS 18 (7.42% from 255) = 5.98%

R = 60.8%
G = 33.22%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B76412 (or 0xB76412) is known color: Chocolate. HEX triplet: B7, 64 and 12. RGB value is (183,100,18). Sum of RGB (Red+Green+Blue) = 183+100+18=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B76412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76412 is #489BED. Grayscale: #737373. Windows color (decimal): -4758510 or 1205431. OLE color: 1205431.

HSL color Cylindrical-coordinate representation of color #B76412: hue angle of 29.82º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B76412 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 100 18 -
CMYK 0 0.45 0.90 0.28
HSL 29.82º 0.82% 0.39% -
HSV(B) 29.82º 0.9% 0.72% -
XYZ 24.19 19.23 3.01 -
YUV 115.47 73 176.17 -
System Red Green Blue C M Y K H S L
Decimal 183 100 18 0 0.45 0.90 0.28 29.82 0.82 0.39
Hex B7 64 12 0 2D 5A 1C 1E 52 27
Octal 267 144 22 0 55 132 34 36 122 47
Binary 10110111 1100100 10010 0 101101 1011010 11100 11110 1010010 100111

Color Harmonies of #B76412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76412

Black with #B76412

Text Example


Text Example

White with #B76412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76412; }

 p { color: rgb(183,100,18); }

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

background-color css

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

 a { background-color: rgb(183,100,18); }

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

border-color css

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

 span { border-color: rgb(183,100,18); }

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