Html Css Color HEX #C35F18 Chocolate

📋 copy color: '#C35F18'

red 195 ◦ green 95 ◦ blue 24

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

Shades of Chocolate #C35F18

Tints of Chocolate #C35F18

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.25%

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

R = 62.1%
G = 30.25%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C35F18 (or 0xC35F18) is known color: Chocolate. HEX triplet: C3, 5F and 18. RGB value is (195,95,24). Sum of RGB (Red+Green+Blue) = 195+95+24=314 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.10% from 314); Green value is 95 (37.5% from 255 or 30.25% from 314); Blue value is 24 (9.77% from 255 or 7.64% from 314); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35F18 is #3CA0E7. Grayscale: #757575. Windows color (decimal): -3973352 or 1597379. OLE color: 1597379.

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

Color convert

RGB 195 95 24 -
CMYK 0 0.51 0.88 0.24
HSL 24.91º 0.78% 0.43% -
HSV(B) 24.91º 0.88% 0.76% -
XYZ 26.76 19.85 3.29 -
YUV 116.81 75.63 183.77 -
System Red Green Blue C M Y K H S L
Decimal 195 95 24 0 0.51 0.88 0.24 24.91 0.78 0.43
Hex C3 5F 18 0 33 58 18 19 4E 2B
Octal 303 137 30 0 63 130 30 31 116 53
Binary 11000011 1011111 11000 0 110011 1011000 11000 11001 1001110 101011

Color Harmonies of #C35F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35F18

Black with #C35F18

Text Example


Text Example

White with #C35F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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