#CA8421

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

Shades of Geebung #CA8421

Tints of Geebung #CA8421

Color information

#CA8421 (or 0xCA8421) is unknown color: approx Geebung. HEX triplet: CA, 84 and 21. RGB value is (202,132,33). Sum of RGB (Red+Green+Blue) = 202+132+33=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 33 (13.28% from 255 or 8.99% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8421 is #357BDE. Grayscale: #8E8E8E. Windows color (decimal): -3505119 or 2196682. OLE color: 2196682.

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

Color convert

RGB20213233-
CMYK00.350.840.21
HSL35.15º71.91%46.08%-
HSV(B)35.15º83.66%79.22%-
XYZ32.8829.175.34-
YUV141.6466.69171.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.04%
GREEN value IS 132 (51.95% from 255) = 35.97%
BLUE value IS 33 (13.28% from 255) = 8.99%
R=55.04%
G=35.97%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021323300.350.840.2135.1571.9146.08
HexCA8421023541523482e
Octal31220441043124254311056
Binary110010101000010010000101000111010100101011000111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8421; }

 p { color: rgb(202,132,33); }

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

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

 a { background-color: rgb(202,132,33); }

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

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

 span { border-color: rgb(202,132,33); }

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