Html Css Color HEX #B76411 Chocolate

📋 copy color: '#B76411'

red 183 ◦ green 100 ◦ blue 17

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

Shades of Chocolate #B76411

Tints of Chocolate #B76411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.67%

R = 61%
G = 33.33%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B76411 (or 0xB76411) is known color: Chocolate. HEX triplet: B7, 64 and 11. RGB value is (183,100,17). Sum of RGB (Red+Green+Blue) = 183+100+17=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 17 (7.03% from 255 or 5.67% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B76411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76411 is #489BEE. Grayscale: #737373. Windows color (decimal): -4758511 or 1139895. OLE color: 1139895.

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

Color convert

RGB 183 100 17 -
CMYK 0 0.45 0.91 0.28
HSL 30º 0.83% 0.39% -
HSV(B) 30º 0.91% 0.72% -
XYZ 24.19 19.22 2.97 -
YUV 115.36 72.5 176.25 -
System Red Green Blue C M Y K H S L
Decimal 183 100 17 0 0.45 0.91 0.28 30 0.83 0.39
Hex B7 64 11 0 2D 5B 1C 1E 53 27
Octal 267 144 21 0 55 133 34 36 123 47
Binary 10110111 1100100 10001 0 101101 1011011 11100 11110 1010011 100111

Color Harmonies of #B76411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76411

Black with #B76411

Text Example


Text Example

White with #B76411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76411; }

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

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

background-color css

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

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

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

border-color css

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

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

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