#C28A29

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

Shades of Geebung #C28A29

Tints of Geebung #C28A29

Color information

#C28A29 (or 0xC28A29) is unknown color: approx Geebung. HEX triplet: C2, 8A and 29. RGB value is (194,138,41). Sum of RGB (Red+Green+Blue) = 194+138+41=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 41 (16.41% from 255 or 10.99% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28A29 is #3D75D6. Grayscale: #909090. Windows color (decimal): -4027863 or 2722498. OLE color: 2722498.

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

Color convert

RGB19413841-
CMYK00.290.790.24
HSL38.04º65.11%46.08%-
HSV(B)38.04º78.87%76.08%-
XYZ31.7429.816.18-
YUV143.6970.05163.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.01%
GREEN value IS 138 (54.30% from 255) = 37.00%
BLUE value IS 41 (16.41% from 255) = 10.99%
R=52.01%
G=37.00%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941384100.290.790.2438.0465.1146.08
HexC28A2901D4F1826412e
Octal30221251035117304610156
Binary11000010100010101010010111011001111110001001101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28A29; }

 p { color: rgb(194,138,41); }

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

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

 a { background-color: rgb(194,138,41); }

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

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

 span { border-color: rgb(194,138,41); }

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