Html Css Color HEX #C76918 Chocolate

📋 copy color: '#C76918'

red 199 ◦ green 105 ◦ blue 24

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

Shades of Chocolate #C76918

Tints of Chocolate #C76918

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.01%

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

R = 60.67%
G = 32.01%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C76918 (or 0xC76918) is known color: Chocolate. HEX triplet: C7, 69 and 18. RGB value is (199,105,24). Sum of RGB (Red+Green+Blue) = 199+105+24=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C76918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76918 is #3896E7. Grayscale: #7C7C7C. Windows color (decimal): -3708648 or 1599943. OLE color: 1599943.

HSL color Cylindrical-coordinate representation of color #C76918: hue angle of 27.77º 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 #C76918 is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 105 24 -
CMYK 0 0.47 0.88 0.22
HSL 27.77º 0.78% 0.44% -
HSV(B) 27.77º 0.88% 0.78% -
XYZ 28.77 22.31 3.65 -
YUV 123.87 71.64 181.59 -
System Red Green Blue C M Y K H S L
Decimal 199 105 24 0 0.47 0.88 0.22 27.77 0.78 0.44
Hex C7 69 18 0 2F 58 16 1C 4E 2C
Octal 307 151 30 0 57 130 26 34 116 54
Binary 11000111 1101001 11000 0 101111 1011000 10110 11100 1001110 101100

Color Harmonies of #C76918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76918

Black with #C76918

Text Example


Text Example

White with #C76918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76918; }

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

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

background-color css

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

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

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

border-color css

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

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

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