#CA8B2C

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

Shades of Geebung #CA8B2C

Tints of Geebung #CA8B2C

Color information

#CA8B2C (or 0xCA8B2C) is unknown color: approx Geebung. HEX triplet: CA, 8B and 2C. RGB value is (202,139,44). Sum of RGB (Red+Green+Blue) = 202+139+44=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 44 (17.58% from 255 or 11.43% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8B2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8B2C is #3574D3. Grayscale: #939393. Windows color (decimal): -3503316 or 2919370. OLE color: 2919370.

HSL color Cylindrical-coordinate representation of color #CA8B2C: hue angle of 36.08º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA8B2C is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB20213944-
CMYK00.310.780.21
HSL36.08º64.23%48.24%-
HSV(B)36.08º78.22%79.22%-
XYZ34.0431.26.61-
YUV147.0169.87167.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.47%
GREEN value IS 139 (54.69% from 255) = 36.10%
BLUE value IS 44 (17.58% from 255) = 11.43%
R=52.47%
G=36.10%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021394400.310.780.2136.0864.2348.24
HexCA8B2C01F4E15244030
Octal31221354037116254410060
Binary11001010100010111011000111111001110101011001001000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8B2C; }

 p { color: rgb(202,139,44); }

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

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

 a { background-color: rgb(202,139,44); }

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

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

 span { border-color: rgb(202,139,44); }

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