Html Css Color HEX #C76B0B Chocolate

📋 copy color: '#C76B0B'

red 199 ◦ green 107 ◦ blue 11

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

Shades of Chocolate #C76B0B

Tints of Chocolate #C76B0B

RGB

 RED value IS 199 (78.13% from 255) = 62.78%

 GREEN value IS 107 (42.19% from 255) = 33.75%

 BLUE value IS 11 (4.69% from 255) = 3.47%

R = 62.78%
G = 33.75%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C76B0B (or 0xC76B0B) is known color: Chocolate. HEX triplet: C7, 6B and 0B. RGB value is (199,107,11). Sum of RGB (Red+Green+Blue) = 199+107+11=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C76B0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76B0B is #3894F4. Grayscale: #7C7C7C. Windows color (decimal): -3708149 or 748487. OLE color: 748487.

HSL color Cylindrical-coordinate representation of color #C76B0B: hue angle of 30.64º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C76B0B is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 107 11 -
CMYK 0 0.46 0.94 0.22
HSL 30.64º 0.9% 0.41% -
HSV(B) 30.64º 0.94% 0.78% -
XYZ 28.87 22.68 3.17 -
YUV 123.56 64.48 181.81 -
System Red Green Blue C M Y K H S L
Decimal 199 107 11 0 0.46 0.94 0.22 30.64 0.9 0.41
Hex C7 6B B 0 2E 5E 16 1F 5A 29
Octal 307 153 13 0 56 136 26 37 132 51
Binary 11000111 1101011 1011 0 101110 1011110 10110 11111 1011010 101001

Color Harmonies of #C76B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76B0B

Black with #C76B0B

Text Example


Text Example

White with #C76B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76B0B; }

 p { color: rgb(199,107,11); }

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

background-color css

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

 a { background-color: rgb(199,107,11); }

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

border-color css

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

 span { border-color: rgb(199,107,11); }

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