Html Css Color HEX #C36019 Chocolate

📋 copy color: '#C36019'

red 195 ◦ green 96 ◦ blue 25

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

Shades of Chocolate #C36019

Tints of Chocolate #C36019

RGB

 RED value IS 195 (76.56% from 255) = 61.71%

 GREEN value IS 96 (37.89% from 255) = 30.38%

 BLUE value IS 25 (10.16% from 255) = 7.91%

R = 61.71%
G = 30.38%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C36019 (or 0xC36019) is known color: Chocolate. HEX triplet: C3, 60 and 19. RGB value is (195,96,25). Sum of RGB (Red+Green+Blue) = 195+96+25=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C36019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36019 is #3C9FE6. Grayscale: #757575. Windows color (decimal): -3973095 or 1663171. OLE color: 1663171.

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

Color convert

RGB 195 96 25 -
CMYK 0 0.51 0.87 0.24
HSL 25.06º 0.77% 0.43% -
HSV(B) 25.06º 0.87% 0.76% -
XYZ 26.86 20.04 3.37 -
YUV 117.51 75.8 183.27 -
System Red Green Blue C M Y K H S L
Decimal 195 96 25 0 0.51 0.87 0.24 25.06 0.77 0.43
Hex C3 60 19 0 33 57 18 19 4D 2B
Octal 303 140 31 0 63 127 30 31 115 53
Binary 11000011 1100000 11001 0 110011 1010111 11000 11001 1001101 101011

Color Harmonies of #C36019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36019

Black with #C36019

Text Example


Text Example

White with #C36019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36019; }

 p { color: rgb(195,96,25); }

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

background-color css

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

 a { background-color: rgb(195,96,25); }

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

border-color css

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

 span { border-color: rgb(195,96,25); }

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