Html Css Color HEX #C35D18 Chocolate

📋 copy color: '#C35D18'

red 195 ◦ green 93 ◦ blue 24

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

Shades of Chocolate #C35D18

Tints of Chocolate #C35D18

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.81%

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

R = 62.5%
G = 29.81%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C35D18 (or 0xC35D18) is known color: Chocolate. HEX triplet: C3, 5D and 18. RGB value is (195,93,24). Sum of RGB (Red+Green+Blue) = 195+93+24=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 24 (9.77% from 255 or 7.69% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35D18 is #3CA2E7. Grayscale: #747474. Windows color (decimal): -3973864 or 1596867. OLE color: 1596867.

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

Color convert

RGB 195 93 24 -
CMYK 0 0.52 0.88 0.24
HSL 24.21º 0.78% 0.43% -
HSV(B) 24.21º 0.88% 0.76% -
XYZ 26.58 19.5 3.23 -
YUV 115.63 76.29 184.61 -
System Red Green Blue C M Y K H S L
Decimal 195 93 24 0 0.52 0.88 0.24 24.21 0.78 0.43
Hex C3 5D 18 0 34 58 18 18 4E 2B
Octal 303 135 30 0 64 130 30 30 116 53
Binary 11000011 1011101 11000 0 110100 1011000 11000 11000 1001110 101011

Color Harmonies of #C35D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35D18

Black with #C35D18

Text Example


Text Example

White with #C35D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35D18; }

 p { color: rgb(195,93,24); }

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

background-color css

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

 a { background-color: rgb(195,93,24); }

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

border-color css

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

 span { border-color: rgb(195,93,24); }

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