Html Css Color HEX #C47038 Zest

📋 copy color: '#C47038'

red 196 ◦ green 112 ◦ blue 56

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

Shades of Zest #C47038

Tints of Zest #C47038

RGB

 RED value IS 196 (76.95% from 255) = 53.85%

 GREEN value IS 112 (44.14% from 255) = 30.77%

 BLUE value IS 56 (22.27% from 255) = 15.38%

R = 53.85%
G = 30.77%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C47038 (or 0xC47038) is known color: Zest. HEX triplet: C4, 70 and 38. RGB value is (196,112,56). Sum of RGB (Red+Green+Blue) = 196+112+56=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 56 (22.27% from 255 or 15.38% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C47038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47038 is #3B8FC7. Grayscale: #838383. Windows color (decimal): -3903432 or 3698884. OLE color: 3698884.

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

Color convert

RGB 196 112 56 -
CMYK 0 0.43 0.71 0.23
HSL 24º 0.56% 0.49% -
HSV(B) 24º 0.71% 0.77% -
XYZ 29.27 23.61 6.76 -
YUV 130.73 85.83 174.55 -
System Red Green Blue C M Y K H S L
Decimal 196 112 56 0 0.43 0.71 0.23 24 0.56 0.49
Hex C4 70 38 0 2B 47 17 18 38 31
Octal 304 160 70 0 53 107 27 30 70 61
Binary 11000100 1110000 111000 0 101011 1000111 10111 11000 111000 110001

Color Harmonies of #C47038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47038

Black with #C47038

Text Example


Text Example

White with #C47038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47038; }

 p { color: rgb(196,112,56); }

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

background-color css

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

 a { background-color: rgb(196,112,56); }

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

border-color css

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

 span { border-color: rgb(196,112,56); }

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