Html Css Color HEX #C37541 Zest

📋 copy color: '#C37541'

red 195 ◦ green 117 ◦ blue 65

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

Shades of Zest #C37541

Tints of Zest #C37541

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.03%

 BLUE value IS 65 (25.78% from 255) = 17.24%

R = 51.72%
G = 31.03%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C37541 (or 0xC37541) is known color: Zest. HEX triplet: C3, 75 and 41. RGB value is (195,117,65). Sum of RGB (Red+Green+Blue) = 195+117+65=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C37541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37541 is #3C8ABE. Grayscale: #868686. Windows color (decimal): -3967679 or 4289987. OLE color: 4289987.

HSL color Cylindrical-coordinate representation of color #C37541: hue angle of 24º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C37541 is Cyan = 0, Magento = 0.4, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 117 65 -
CMYK 0 0.4 0.67 0.24
HSL 24º 0.52% 0.51% -
HSV(B) 24º 0.67% 0.76% -
XYZ 29.82 24.71 8.2 -
YUV 134.39 88.84 171.23 -
System Red Green Blue C M Y K H S L
Decimal 195 117 65 0 0.4 0.67 0.24 24 0.52 0.51
Hex C3 75 41 0 28 43 18 18 34 33
Octal 303 165 101 0 50 103 30 30 64 63
Binary 11000011 1110101 1000001 0 101000 1000011 11000 11000 110100 110011

Color Harmonies of #C37541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37541

Black with #C37541

Text Example


Text Example

White with #C37541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37541; }

 p { color: rgb(195,117,65); }

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

background-color css

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

 a { background-color: rgb(195,117,65); }

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

border-color css

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

 span { border-color: rgb(195,117,65); }

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