Html Css Color HEX #C35F17 Chocolate

📋 copy color: '#C35F17'

red 195 ◦ green 95 ◦ blue 23

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

Shades of Chocolate #C35F17

Tints of Chocolate #C35F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.35%

R = 62.3%
G = 30.35%
B = 7.35%

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

#C35F17 (or 0xC35F17) is known color: Chocolate. HEX triplet: C3, 5F and 17. RGB value is (195,95,23). Sum of RGB (Red+Green+Blue) = 195+95+23=313 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.30% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 23 (9.38% from 255 or 7.35% from 313); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35F17 is #3CA0E8. Grayscale: #757575. Windows color (decimal): -3973353 or 1531843. OLE color: 1531843.

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

Color convert

RGB 195 95 23 -
CMYK 0 0.51 0.88 0.24
HSL 25.12º 0.79% 0.43% -
HSV(B) 25.12º 0.88% 0.76% -
XYZ 26.75 19.85 3.23 -
YUV 116.69 75.13 183.85 -
System Red Green Blue C M Y K H S L
Decimal 195 95 23 0 0.51 0.88 0.24 25.12 0.79 0.43
Hex C3 5F 17 0 33 58 18 19 4F 2B
Octal 303 137 27 0 63 130 30 31 117 53
Binary 11000011 1011111 10111 0 110011 1011000 11000 11001 1001111 101011

Color Harmonies of #C35F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35F17

Black with #C35F17

Text Example


Text Example

White with #C35F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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