Html Css Color HEX #C37135 Zest

📋 copy color: '#C37135'

red 195 ◦ green 113 ◦ blue 53

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

Shades of Zest #C37135

Tints of Zest #C37135

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.3%

 BLUE value IS 53 (21.09% from 255) = 14.68%

R = 54.02%
G = 31.3%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C37135 (or 0xC37135) is known color: Zest. HEX triplet: C3, 71 and 35. RGB value is (195,113,53). Sum of RGB (Red+Green+Blue) = 195+113+53=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 53 (21.09% from 255 or 14.68% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C37135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37135 is #3C8ECA. Grayscale: #838383. Windows color (decimal): -3968715 or 3502531. OLE color: 3502531.

HSL color Cylindrical-coordinate representation of color #C37135: hue angle of 25.35º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C37135 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 113 53 -
CMYK 0 0.42 0.73 0.24
HSL 25.35º 0.57% 0.49% -
HSV(B) 25.35º 0.73% 0.76% -
XYZ 29.05 23.67 6.41 -
YUV 130.68 84.17 173.88 -
System Red Green Blue C M Y K H S L
Decimal 195 113 53 0 0.42 0.73 0.24 25.35 0.57 0.49
Hex C3 71 35 0 2A 49 18 19 39 31
Octal 303 161 65 0 52 111 30 31 71 61
Binary 11000011 1110001 110101 0 101010 1001001 11000 11001 111001 110001

Color Harmonies of #C37135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37135

Black with #C37135

Text Example


Text Example

White with #C37135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37135; }

 p { color: rgb(195,113,53); }

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

background-color css

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

 a { background-color: rgb(195,113,53); }

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

border-color css

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

 span { border-color: rgb(195,113,53); }

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