Html Css Color HEX #C07538 Zest

📋 copy color: '#C07538'

red 192 ◦ green 117 ◦ blue 56

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

Shades of Zest #C07538

Tints of Zest #C07538

RGB

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

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

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

R = 52.6%
G = 32.05%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C07538 (or 0xC07538) is known color: Zest. HEX triplet: C0, 75 and 38. RGB value is (192,117,56). Sum of RGB (Red+Green+Blue) = 192+117+56=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C07538 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07538 is #3F8AC7. Grayscale: #848484. Windows color (decimal): -4164296 or 3700160. OLE color: 3700160.

HSL color Cylindrical-coordinate representation of color #C07538: hue angle of 26.91º 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 #C07538 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 117 56 -
CMYK 0 0.39 0.71 0.25
HSL 26.91º 0.55% 0.49% -
HSV(B) 26.91º 0.71% 0.75% -
XYZ 28.81 24.21 6.9 -
YUV 132.47 84.85 170.46 -
System Red Green Blue C M Y K H S L
Decimal 192 117 56 0 0.39 0.71 0.25 26.91 0.55 0.49
Hex C0 75 38 0 27 47 19 1B 37 31
Octal 300 165 70 0 47 107 31 33 67 61
Binary 11000000 1110101 111000 0 100111 1000111 11001 11011 110111 110001

Color Harmonies of #C07538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07538

Black with #C07538

Text Example


Text Example

White with #C07538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07538; }

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

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

background-color css

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

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

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

border-color css

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

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

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