#CC8B22

Color #CC8B22 Geebung (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geebung #CC8B22

Tints of Geebung #CC8B22

Color information

#CC8B22 (or 0xCC8B22) is unknown color: approx Geebung. HEX triplet: CC, 8B and 22. RGB value is (204,139,34). Sum of RGB (Red+Green+Blue) = 204+139+34=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 34 (13.67% from 255 or 9.02% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8B22 is #3374DD. Grayscale: #929292. Windows color (decimal): -3372254 or 2264012. OLE color: 2264012.

HSL color Cylindrical-coordinate representation of color #CC8B22: hue angle of 37.06º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC8B22 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB20413934-
CMYK00.320.830.2
HSL37.06º71.43%46.67%-
HSV(B)37.06º83.33%80%-
XYZ34.4231.425.76-
YUV146.4664.53169.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.11%
GREEN value IS 139 (54.69% from 255) = 36.87%
BLUE value IS 34 (13.67% from 255) = 9.02%
R=54.11%
G=36.87%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.83
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041393400.320.830.237.0671.4346.67
HexCC8B22020531425472f
Octal31421342040123244510757
Binary110011001000101110001001000001010011101001001011000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8B22; }

 p { color: rgb(204,139,34); }

 H1.HeaderClassName
 {
   color: #CC8B22;
 }
 .AnyTagClassName
 {
   color: #CC8B22;
 }
</style>
background-color css

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

 a { background-color: rgb(204,139,34); }

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

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

 span { border-color: rgb(204,139,34); }

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