Html Css Color HEX #C35A19 Chocolate

📋 copy color: '#C35A19'

red 195 ◦ green 90 ◦ blue 25

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

Shades of Chocolate #C35A19

Tints of Chocolate #C35A19

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.03%

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

R = 62.9%
G = 29.03%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C35A19 (or 0xC35A19) is known color: Chocolate. HEX triplet: C3, 5A and 19. RGB value is (195,90,25). Sum of RGB (Red+Green+Blue) = 195+90+25=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35A19 is #3CA5E6. Grayscale: #727272. Windows color (decimal): -3974631 or 1661635. OLE color: 1661635.

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

Color convert

RGB 195 90 25 -
CMYK 0 0.54 0.87 0.24
HSL 22.94º 0.77% 0.43% -
HSV(B) 22.94º 0.87% 0.76% -
XYZ 26.34 18.98 3.2 -
YUV 113.99 77.79 185.79 -
System Red Green Blue C M Y K H S L
Decimal 195 90 25 0 0.54 0.87 0.24 22.94 0.77 0.43
Hex C3 5A 19 0 36 57 18 17 4D 2B
Octal 303 132 31 0 66 127 30 27 115 53
Binary 11000011 1011010 11001 0 110110 1010111 11000 10111 1001101 101011

Color Harmonies of #C35A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35A19

Black with #C35A19

Text Example


Text Example

White with #C35A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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