Html Css Color HEX #CC733A Zest

📋 copy color: '#CC733A'

red 204 ◦ green 115 ◦ blue 58

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

Shades of Zest #CC733A

Tints of Zest #CC733A

RGB

 RED value IS 204 (80.08% from 255) = 54.11%

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

 BLUE value IS 58 (23.05% from 255) = 15.38%

R = 54.11%
G = 30.5%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC733A (or 0xCC733A) is known color: Zest. HEX triplet: CC, 73 and 3A. RGB value is (204,115,58). Sum of RGB (Red+Green+Blue) = 204+115+58=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 58 (23.05% from 255 or 15.38% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC733A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC733A is #338CC5. Grayscale: #878787. Windows color (decimal): -3378374 or 3830732. OLE color: 3830732.

HSL color Cylindrical-coordinate representation of color #CC733A: hue angle of 23.42º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC733A is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 115 58 -
CMYK 0 0.44 0.72 0.2
HSL 23.42º 0.59% 0.51% -
HSV(B) 23.42º 0.72% 0.8% -
XYZ 31.8 25.4 7.23 -
YUV 135.11 84.49 177.13 -
System Red Green Blue C M Y K H S L
Decimal 204 115 58 0 0.44 0.72 0.2 23.42 0.59 0.51
Hex CC 73 3A 0 2C 48 14 17 3B 33
Octal 314 163 72 0 54 110 24 27 73 63
Binary 11001100 1110011 111010 0 101100 1001000 10100 10111 111011 110011

Color Harmonies of #CC733A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC733A

Black with #CC733A

Text Example


Text Example

White with #CC733A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC733A; }

 p { color: rgb(204,115,58); }

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

background-color css

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

 a { background-color: rgb(204,115,58); }

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

border-color css

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

 span { border-color: rgb(204,115,58); }

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