#CA8929

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

Shades of Geebung #CA8929

Tints of Geebung #CA8929

Color information

#CA8929 (or 0xCA8929) is unknown color: approx Geebung. HEX triplet: CA, 89 and 29. RGB value is (202,137,41). Sum of RGB (Red+Green+Blue) = 202+137+41=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 41 (16.41% from 255 or 10.79% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8929 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8929 is #3576D6. Grayscale: #919191. Windows color (decimal): -3503831 or 2722250. OLE color: 2722250.

HSL color Cylindrical-coordinate representation of color #CA8929: hue angle of 35.78º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA8929 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB20213741-
CMYK00.320.800.21
HSL35.78º66.26%47.65%-
HSV(B)35.78º79.7%79.22%-
XYZ33.730.616.23-
YUV145.4969.03168.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.16%
GREEN value IS 137 (53.91% from 255) = 36.05%
BLUE value IS 41 (16.41% from 255) = 10.79%
R=53.16%
G=36.05%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021374100.320.800.2135.7866.2647.65
HexCA89290205015244230
Octal31221151040120254410260
Binary110010101000100110100101000001010000101011001001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8929; }

 p { color: rgb(202,137,41); }

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

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

 a { background-color: rgb(202,137,41); }

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

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

 span { border-color: rgb(202,137,41); }

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