#CA8A2B

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

Shades of Geebung #CA8A2B

Tints of Geebung #CA8A2B

Color information

#CA8A2B (or 0xCA8A2B) is unknown color: approx Geebung. HEX triplet: CA, 8A and 2B. RGB value is (202,138,43). Sum of RGB (Red+Green+Blue) = 202+138+43=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 43 (17.19% from 255 or 11.23% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8A2B is #3575D4. Grayscale: #929292. Windows color (decimal): -3503573 or 2853578. OLE color: 2853578.

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

Color convert

RGB20213843-
CMYK00.320.790.21
HSL35.85º64.9%48.04%-
HSV(B)35.85º78.71%79.22%-
XYZ33.8830.916.47-
YUV146.3169.7167.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.74%
GREEN value IS 138 (54.30% from 255) = 36.03%
BLUE value IS 43 (17.19% from 255) = 11.23%
R=52.74%
G=36.03%
B=11.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021384300.320.790.2135.8564.948.04
HexCA8A2B0204F15244130
Octal31221253040117254410160
Binary110010101000101010101101000001001111101011001001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8A2B; }

 p { color: rgb(202,138,43); }

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

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

 a { background-color: rgb(202,138,43); }

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

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

 span { border-color: rgb(202,138,43); }

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