Html Css Color HEX #C76B18 Chocolate

📋 copy color: '#C76B18'

red 199 ◦ green 107 ◦ blue 24

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

Shades of Chocolate #C76B18

Tints of Chocolate #C76B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.27%

R = 60.3%
G = 32.42%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C76B18 (or 0xC76B18) is known color: Chocolate. HEX triplet: C7, 6B and 18. RGB value is (199,107,24). Sum of RGB (Red+Green+Blue) = 199+107+24=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C76B18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76B18 is #3894E7. Grayscale: #7D7D7D. Windows color (decimal): -3708136 or 1600455. OLE color: 1600455.

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

Color convert

RGB 199 107 24 -
CMYK 0 0.46 0.88 0.22
HSL 28.46º 0.78% 0.44% -
HSV(B) 28.46º 0.88% 0.78% -
XYZ 28.98 22.72 3.72 -
YUV 125.05 70.98 180.75 -
System Red Green Blue C M Y K H S L
Decimal 199 107 24 0 0.46 0.88 0.22 28.46 0.78 0.44
Hex C7 6B 18 0 2E 58 16 1C 4E 2C
Octal 307 153 30 0 56 130 26 34 116 54
Binary 11000111 1101011 11000 0 101110 1011000 10110 11100 1001110 101100

Color Harmonies of #C76B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76B18

Black with #C76B18

Text Example


Text Example

White with #C76B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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