Html Css Color HEX #C0733B Zest

📋 copy color: '#C0733B'

red 192 ◦ green 115 ◦ blue 59

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

Shades of Zest #C0733B

Tints of Zest #C0733B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.42%

 BLUE value IS 59 (23.44% from 255) = 16.12%

R = 52.46%
G = 31.42%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0733B (or 0xC0733B) is known color: Zest. HEX triplet: C0, 73 and 3B. RGB value is (192,115,59). Sum of RGB (Red+Green+Blue) = 192+115+59=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 59 (23.44% from 255 or 16.12% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C0733B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0733B is #3F8CC4. Grayscale: #838383. Windows color (decimal): -4164805 or 3896256. OLE color: 3896256.

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

Color convert

RGB 192 115 59 -
CMYK 0 0.40 0.69 0.25
HSL 25.26º 0.53% 0.49% -
HSV(B) 25.26º 0.69% 0.75% -
XYZ 28.66 23.78 7.22 -
YUV 131.64 87.01 171.05 -
System Red Green Blue C M Y K H S L
Decimal 192 115 59 0 0.40 0.69 0.25 25.26 0.53 0.49
Hex C0 73 3B 0 28 45 19 19 35 31
Octal 300 163 73 0 50 105 31 31 65 61
Binary 11000000 1110011 111011 0 101000 1000101 11001 11001 110101 110001

Color Harmonies of #C0733B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0733B

Black with #C0733B

Text Example


Text Example

White with #C0733B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0733B; }

 p { color: rgb(192,115,59); }

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

background-color css

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

 a { background-color: rgb(192,115,59); }

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

border-color css

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

 span { border-color: rgb(192,115,59); }

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