#CA892A

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

Shades of Geebung #CA892A

Tints of Geebung #CA892A

Color information

#CA892A (or 0xCA892A) is unknown color: approx Geebung. HEX triplet: CA, 89 and 2A. RGB value is (202,137,42). Sum of RGB (Red+Green+Blue) = 202+137+42=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA892A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA892A is #3576D5. Grayscale: #929292. Windows color (decimal): -3503830 or 2787786. OLE color: 2787786.

HSL color Cylindrical-coordinate representation of color #CA892A: hue angle of 35.63º degrees, saturation: 0.66, 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 #CA892A is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB20213742-
CMYK00.320.790.21
HSL35.63º65.57%47.84%-
HSV(B)35.63º79.21%79.22%-
XYZ33.7230.626.32-
YUV145.6169.53168.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.02%
GREEN value IS 137 (53.91% from 255) = 35.96%
BLUE value IS 42 (16.80% from 255) = 11.02%
R=53.02%
G=35.96%
B=11.02%

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
Decimal2021374200.320.790.2135.6365.5747.84
HexCA892A0204F15244230
Octal31221152040117254410260
Binary110010101000100110101001000001001111101011001001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA892A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA892A; }

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

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

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

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

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

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

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

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