#C2892A

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

Shades of Geebung #C2892A

Tints of Geebung #C2892A

Color information

#C2892A (or 0xC2892A) is unknown color: approx Geebung. HEX triplet: C2, 89 and 2A. RGB value is (194,137,42). Sum of RGB (Red+Green+Blue) = 194+137+42=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 42 (16.80% from 255 or 11.26% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C2892A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2892A is #3D76D5. Grayscale: #8F8F8F. Windows color (decimal): -4028118 or 2787778. OLE color: 2787778.

HSL color Cylindrical-coordinate representation of color #C2892A: hue angle of 37.5º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2892A is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB19413742-
CMYK00.290.780.24
HSL37.5º64.41%46.27%-
HSV(B)37.5º78.35%76.08%-
XYZ31.6129.536.22-
YUV143.2170.88164.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.01%
GREEN value IS 137 (53.91% from 255) = 36.73%
BLUE value IS 42 (16.80% from 255) = 11.26%
R=52.01%
G=36.73%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941374200.290.780.2437.564.4146.27
HexC2892A01D4E1826402e
Octal30221152035116304610056
Binary11000010100010011010100111011001110110001001101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2892A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2892A; }

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

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

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

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

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

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

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

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