#C28129

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

Shades of Geebung #C28129

Tints of Geebung #C28129

Color information

#C28129 (or 0xC28129) is unknown color: approx Geebung. HEX triplet: C2, 81 and 29. RGB value is (194,129,41). Sum of RGB (Red+Green+Blue) = 194+129+41=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 41 (16.41% from 255 or 11.26% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C28129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28129 is #3D7ED6. Grayscale: #8A8A8A. Windows color (decimal): -4030167 or 2720194. OLE color: 2720194.

HSL color Cylindrical-coordinate representation of color #C28129: hue angle of 34.51º 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 #C28129 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB19412941-
CMYK00.340.790.24
HSL34.51º65.11%46.08%-
HSV(B)34.51º78.87%76.08%-
XYZ30.527.335.77-
YUV138.473.03167.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.30%
GREEN value IS 129 (50.78% from 255) = 35.44%
BLUE value IS 41 (16.41% from 255) = 11.26%
R=53.30%
G=35.44%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941294100.340.790.2434.5165.1146.08
HexC281290224F1823412e
Octal30220151042117304310156
Binary110000101000000110100101000101001111110001000111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28129; }

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

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

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

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

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

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

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

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