#CA8322

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

Shades of Geebung #CA8322

Tints of Geebung #CA8322

Color information

#CA8322 (or 0xCA8322) is unknown color: approx Geebung. HEX triplet: CA, 83 and 22. RGB value is (202,131,34). Sum of RGB (Red+Green+Blue) = 202+131+34=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 34 (13.67% from 255 or 9.26% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8322 is #357CDD. Grayscale: #8D8D8D. Windows color (decimal): -3505374 or 2261962. OLE color: 2261962.

HSL color Cylindrical-coordinate representation of color #CA8322: hue angle of 34.64º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA8322 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB20213134-
CMYK00.350.830.21
HSL34.64º71.19%46.27%-
HSV(B)34.64º83.17%79.22%-
XYZ32.7628.95.37-
YUV141.1767.52171.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.04%
GREEN value IS 131 (51.56% from 255) = 35.69%
BLUE value IS 34 (13.67% from 255) = 9.26%
R=55.04%
G=35.69%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.83
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021313400.350.830.2134.6471.1946.27
HexCA8322023531523472e
Octal31220342043123254310756
Binary110010101000001110001001000111010011101011000111000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8322; }

 p { color: rgb(202,131,34); }

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

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

 a { background-color: rgb(202,131,34); }

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

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

 span { border-color: rgb(202,131,34); }

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