Html Css Color HEX #B76512 Chocolate

📋 copy color: '#B76512'

red 183 ◦ green 101 ◦ blue 18

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

Shades of Chocolate #B76512

Tints of Chocolate #B76512

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.44%

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

R = 60.6%
G = 33.44%
B = 5.96%

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

#B76512 (or 0xB76512) is known color: Chocolate. HEX triplet: B7, 65 and 12. RGB value is (183,101,18). Sum of RGB (Red+Green+Blue) = 183+101+18=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B76512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76512 is #489AED. Grayscale: #747474. Windows color (decimal): -4758254 or 1205687. OLE color: 1205687.

HSL color Cylindrical-coordinate representation of color #B76512: hue angle of 30.18º 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 #B76512 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 101 18 -
CMYK 0 0.45 0.90 0.28
HSL 30.18º 0.82% 0.39% -
HSV(B) 30.18º 0.9% 0.72% -
XYZ 24.29 19.42 3.04 -
YUV 116.06 72.67 175.75 -
System Red Green Blue C M Y K H S L
Decimal 183 101 18 0 0.45 0.90 0.28 30.18 0.82 0.39
Hex B7 65 12 0 2D 5A 1C 1E 52 27
Octal 267 145 22 0 55 132 34 36 122 47
Binary 10110111 1100101 10010 0 101101 1011010 11100 11110 1010010 100111

Color Harmonies of #B76512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76512

Black with #B76512

Text Example


Text Example

White with #B76512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76512; }

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

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

background-color css

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

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

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

border-color css

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

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

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