Html Css Color HEX #C76B12 Chocolate

📋 copy color: '#C76B12'

red 199 ◦ green 107 ◦ blue 18

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

Shades of Chocolate #C76B12

Tints of Chocolate #C76B12

RGB

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

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

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

R = 61.42%
G = 33.02%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C76B12 (or 0xC76B12) is known color: Chocolate. HEX triplet: C7, 6B and 12. RGB value is (199,107,18). Sum of RGB (Red+Green+Blue) = 199+107+18=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C76B12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76B12 is #3894ED. Grayscale: #7C7C7C. Windows color (decimal): -3708142 or 1207239. OLE color: 1207239.

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

Color convert

RGB 199 107 18 -
CMYK 0 0.46 0.91 0.22
HSL 29.5º 0.83% 0.43% -
HSV(B) 29.5º 0.91% 0.78% -
XYZ 28.92 22.7 3.43 -
YUV 124.36 67.98 181.24 -
System Red Green Blue C M Y K H S L
Decimal 199 107 18 0 0.46 0.91 0.22 29.5 0.83 0.43
Hex C7 6B 12 0 2E 5B 16 1E 53 2B
Octal 307 153 22 0 56 133 26 36 123 53
Binary 11000111 1101011 10010 0 101110 1011011 10110 11110 1010011 101011

Color Harmonies of #C76B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76B12

Black with #C76B12

Text Example


Text Example

White with #C76B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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