Html Css Color HEX #CC8520 Geebung

📋 copy color: '#CC8520'

red 204 ◦ green 133 ◦ blue 32

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

Shades of Geebung #CC8520

Tints of Geebung #CC8520

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.04%

 BLUE value IS 32 (12.89% from 255) = 8.67%

R = 55.28%
G = 36.04%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC8520 (or 0xCC8520) is known color: Geebung. HEX triplet: CC, 85 and 20. RGB value is (204,133,32). Sum of RGB (Red+Green+Blue) = 204+133+32=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8520 is #337ADF. Grayscale: #8F8F8F. Windows color (decimal): -3373792 or 2131404. OLE color: 2131404.

HSL color Cylindrical-coordinate representation of color #CC8520: hue angle of 35.23º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC8520 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 133 32 -
CMYK 0 0.35 0.84 0.2
HSL 35.23º 0.73% 0.46% -
HSV(B) 35.23º 0.84% 0.8% -
XYZ 33.55 29.72 5.33 -
YUV 142.72 65.52 171.71 -
System Red Green Blue C M Y K H S L
Decimal 204 133 32 0 0.35 0.84 0.2 35.23 0.73 0.46
Hex CC 85 20 0 23 54 14 23 49 2E
Octal 314 205 40 0 43 124 24 43 111 56
Binary 11001100 10000101 100000 0 100011 1010100 10100 100011 1001001 101110

Color Harmonies of #CC8520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8520

Black with #CC8520

Text Example


Text Example

White with #CC8520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8520; }

 p { color: rgb(204,133,32); }

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

background-color css

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

 a { background-color: rgb(204,133,32); }

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

border-color css

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

 span { border-color: rgb(204,133,32); }

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