Html Css Color HEX #CC8720 Geebung

📋 copy color: '#CC8720'

red 204 ◦ green 135 ◦ blue 32

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

Shades of Geebung #CC8720

Tints of Geebung #CC8720

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.39%

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

R = 54.99%
G = 36.39%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC8720 (or 0xCC8720) is known color: Geebung. HEX triplet: CC, 87 and 20. RGB value is (204,135,32). Sum of RGB (Red+Green+Blue) = 204+135+32=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8720 is #3378DF. Grayscale: #909090. Windows color (decimal): -3373280 or 2131916. OLE color: 2131916.

HSL color Cylindrical-coordinate representation of color #CC8720: hue angle of 35.93º 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 #CC8720 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 135 32 -
CMYK 0 0.34 0.84 0.2
HSL 35.93º 0.73% 0.46% -
HSV(B) 35.93º 0.84% 0.8% -
XYZ 33.83 30.27 5.43 -
YUV 143.89 64.86 170.88 -
System Red Green Blue C M Y K H S L
Decimal 204 135 32 0 0.34 0.84 0.2 35.93 0.73 0.46
Hex CC 87 20 0 22 54 14 24 49 2E
Octal 314 207 40 0 42 124 24 44 111 56
Binary 11001100 10000111 100000 0 100010 1010100 10100 100100 1001001 101110

Color Harmonies of #CC8720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8720

Black with #CC8720

Text Example


Text Example

White with #CC8720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8720; }

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

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

background-color css

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

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

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

border-color css

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

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

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