Html Css Color HEX #C35E14 Chocolate

📋 copy color: '#C35E14'

red 195 ◦ green 94 ◦ blue 20

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

Shades of Chocolate #C35E14

Tints of Chocolate #C35E14

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.42%

 BLUE value IS 20 (8.2% from 255) = 6.47%

R = 63.11%
G = 30.42%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C35E14 (or 0xC35E14) is known color: Chocolate. HEX triplet: C3, 5E and 14. RGB value is (195,94,20). Sum of RGB (Red+Green+Blue) = 195+94+20=309 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.11% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 195 - color contains mainly: red. Hex color #C35E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35E14 is #3CA1EB. Grayscale: #747474. Windows color (decimal): -3973612 or 1334979. OLE color: 1334979.

HSL color Cylindrical-coordinate representation of color #C35E14: hue angle of 25.37º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C35E14 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 94 20 -
CMYK 0 0.52 0.90 0.24
HSL 25.37º 0.81% 0.42% -
HSV(B) 25.37º 0.9% 0.76% -
XYZ 26.63 19.66 3.05 -
YUV 115.76 73.96 184.52 -
System Red Green Blue C M Y K H S L
Decimal 195 94 20 0 0.52 0.90 0.24 25.37 0.81 0.42
Hex C3 5E 14 0 34 5A 18 19 51 2A
Octal 303 136 24 0 64 132 30 31 121 52
Binary 11000011 1011110 10100 0 110100 1011010 11000 11001 1010001 101010

Color Harmonies of #C35E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35E14

Black with #C35E14

Text Example


Text Example

White with #C35E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35E14; }

 p { color: rgb(195,94,20); }

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

background-color css

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

 a { background-color: rgb(195,94,20); }

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

border-color css

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

 span { border-color: rgb(195,94,20); }

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