#C47835

Color #C47835 Zest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zest #C47835

Tints of Zest #C47835

Color information

#C47835 (or 0xC47835) is unknown color: approx Zest. HEX triplet: C4, 78 and 35. RGB value is (196,120,53). Sum of RGB (Red+Green+Blue) = 196+120+53=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 53 (21.09% from 255 or 14.36% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C47835 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47835 is #3B87CA. Grayscale: #878787. Windows color (decimal): -3901387 or 3504324. OLE color: 3504324.

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

Color convert

RGB19612053-
CMYK00.390.730.23
HSL28.11º57.43%48.82%-
HSV(B)28.11º72.96%76.86%-
XYZ30.1225.436.69-
YUV135.0981.68171.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.12%
GREEN value IS 120 (47.27% from 255) = 32.52%
BLUE value IS 53 (21.09% from 255) = 14.36%
R=53.12%
G=32.52%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961205300.390.730.2328.1157.4348.82
HexC4783502749171c3931
Octal3041706504711127347161
Binary110001001111000110101010011110010011011111100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47835; }

 p { color: rgb(196,120,53); }

 H1.HeaderClassName
 {
   color: #C47835;
 }
 .AnyTagClassName
 {
   color: #C47835;
 }
</style>
background-color css

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

 a { background-color: rgb(196,120,53); }

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

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

 span { border-color: rgb(196,120,53); }

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