Html Css Color HEX #C35619 Chocolate

📋 copy color: '#C35619'

red 195 ◦ green 86 ◦ blue 25

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

Shades of Chocolate #C35619

Tints of Chocolate #C35619

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.1%

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

R = 63.73%
G = 28.1%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C35619 (or 0xC35619) is known color: Chocolate. HEX triplet: C3, 56 and 19. RGB value is (195,86,25). Sum of RGB (Red+Green+Blue) = 195+86+25=306 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.73% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 25 (10.16% from 255 or 8.17% from 306); Max value from RGB is 195 - color contains mainly: red. Hex color #C35619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35619 is #3CA9E6. Grayscale: #6F6F6F. Windows color (decimal): -3975655 or 1660611. OLE color: 1660611.

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

Color convert

RGB 195 86 25 -
CMYK 0 0.56 0.87 0.24
HSL 21.53º 0.77% 0.43% -
HSV(B) 21.53º 0.87% 0.76% -
XYZ 26.01 18.33 3.09 -
YUV 111.64 79.11 187.46 -
System Red Green Blue C M Y K H S L
Decimal 195 86 25 0 0.56 0.87 0.24 21.53 0.77 0.43
Hex C3 56 19 0 38 57 18 16 4D 2B
Octal 303 126 31 0 70 127 30 26 115 53
Binary 11000011 1010110 11001 0 111000 1010111 11000 10110 1001101 101011

Color Harmonies of #C35619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35619

Black with #C35619

Text Example


Text Example

White with #C35619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35619; }

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

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

background-color css

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

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

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

border-color css

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

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

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