Html Css Color HEX #C07438 Zest

📋 copy color: '#C07438'

red 192 ◦ green 116 ◦ blue 56

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

Shades of Zest #C07438

Tints of Zest #C07438

RGB

 RED value IS 192 (75.39% from 255) = 52.75%

 GREEN value IS 116 (45.7% from 255) = 31.87%

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

R = 52.75%
G = 31.87%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C07438 (or 0xC07438) is known color: Zest. HEX triplet: C0, 74 and 38. RGB value is (192,116,56). Sum of RGB (Red+Green+Blue) = 192+116+56=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 56 (22.27% from 255 or 15.38% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C07438 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07438 is #3F8BC7. Grayscale: #848484. Windows color (decimal): -4164552 or 3699904. OLE color: 3699904.

HSL color Cylindrical-coordinate representation of color #C07438: hue angle of 26.47º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C07438 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 116 56 -
CMYK 0 0.40 0.71 0.25
HSL 26.47º 0.55% 0.49% -
HSV(B) 26.47º 0.71% 0.75% -
XYZ 28.7 23.98 6.86 -
YUV 131.88 85.18 170.88 -
System Red Green Blue C M Y K H S L
Decimal 192 116 56 0 0.40 0.71 0.25 26.47 0.55 0.49
Hex C0 74 38 0 28 47 19 1A 37 31
Octal 300 164 70 0 50 107 31 32 67 61
Binary 11000000 1110100 111000 0 101000 1000111 11001 11010 110111 110001

Color Harmonies of #C07438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07438

Black with #C07438

Text Example


Text Example

White with #C07438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07438; }

 p { color: rgb(192,116,56); }

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

background-color css

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

 a { background-color: rgb(192,116,56); }

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

border-color css

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

 span { border-color: rgb(192,116,56); }

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