Html Css Color HEX #C35E19 Chocolate

📋 copy color: '#C35E19'

red 195 ◦ green 94 ◦ blue 25

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

Shades of Chocolate #C35E19

Tints of Chocolate #C35E19

RGB

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

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

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

R = 62.1%
G = 29.94%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C35E19 (or 0xC35E19) is known color: Chocolate. HEX triplet: C3, 5E and 19. RGB value is (195,94,25). Sum of RGB (Red+Green+Blue) = 195+94+25=314 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.10% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 195 - color contains mainly: red. Hex color #C35E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35E19 is #3CA1E6. Grayscale: #747474. Windows color (decimal): -3973607 or 1662659. OLE color: 1662659.

HSL color Cylindrical-coordinate representation of color #C35E19: hue angle of 24.35º 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 #C35E19 is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 94 25 -
CMYK 0 0.52 0.87 0.24
HSL 24.35º 0.77% 0.43% -
HSV(B) 24.35º 0.87% 0.76% -
XYZ 26.68 19.68 3.31 -
YUV 116.33 76.46 184.11 -
System Red Green Blue C M Y K H S L
Decimal 195 94 25 0 0.52 0.87 0.24 24.35 0.77 0.43
Hex C3 5E 19 0 34 57 18 18 4D 2B
Octal 303 136 31 0 64 127 30 30 115 53
Binary 11000011 1011110 11001 0 110100 1010111 11000 11000 1001101 101011

Color Harmonies of #C35E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35E19

Black with #C35E19

Text Example


Text Example

White with #C35E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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