Html Css Color HEX #C25618 Chocolate

📋 copy color: '#C25618'

red 194 ◦ green 86 ◦ blue 24

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

Shades of Chocolate #C25618

Tints of Chocolate #C25618

RGB

 RED value IS 194 (76.17% from 255) = 63.82%

 GREEN value IS 86 (33.98% from 255) = 28.29%

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

R = 63.82%
G = 28.29%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C25618 (or 0xC25618) is known color: Chocolate. HEX triplet: C2, 56 and 18. RGB value is (194,86,24). Sum of RGB (Red+Green+Blue) = 194+86+24=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 24 (9.77% from 255 or 7.89% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C25618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25618 is #3DA9E7. Grayscale: #6F6F6F. Windows color (decimal): -4041192 or 1595074. OLE color: 1595074.

HSL color Cylindrical-coordinate representation of color #C25618: hue angle of 21.88º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C25618 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 86 24 -
CMYK 0 0.56 0.88 0.24
HSL 21.88º 0.78% 0.43% -
HSV(B) 21.88º 0.88% 0.76% -
XYZ 25.74 18.19 3.02 -
YUV 111.22 78.78 187.04 -
System Red Green Blue C M Y K H S L
Decimal 194 86 24 0 0.56 0.88 0.24 21.88 0.78 0.43
Hex C2 56 18 0 38 58 18 16 4E 2B
Octal 302 126 30 0 70 130 30 26 116 53
Binary 11000010 1010110 11000 0 111000 1011000 11000 10110 1001110 101011

Color Harmonies of #C25618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25618

Black with #C25618

Text Example


Text Example

White with #C25618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25618; }

 p { color: rgb(194,86,24); }

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

background-color css

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

 a { background-color: rgb(194,86,24); }

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

border-color css

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

 span { border-color: rgb(194,86,24); }

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