#C28120

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

Shades of Geebung #C28120

Tints of Geebung #C28120

Color information

#C28120 (or 0xC28120) is unknown color: approx Geebung. HEX triplet: C2, 81 and 20. RGB value is (194,129,32). Sum of RGB (Red+Green+Blue) = 194+129+32=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C28120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28120 is #3D7EDF. Grayscale: #898989. Windows color (decimal): -4030176 or 2130370. OLE color: 2130370.

HSL color Cylindrical-coordinate representation of color #C28120: hue angle of 35.93º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C28120 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB19412932-
CMYK00.340.840.24
HSL35.93º71.68%44.31%-
HSV(B)35.93º83.51%76.08%-
XYZ30.3627.275.03-
YUV137.3868.53168.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.65%
GREEN value IS 129 (50.78% from 255) = 36.34%
BLUE value IS 32 (12.89% from 255) = 9.01%
R=54.65%
G=36.34%
B=9.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941293200.340.840.2435.9371.6844.31
HexC28120022541824482c
Octal30220140042124304411054
Binary110000101000000110000001000101010100110001001001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28120; }

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

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

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

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

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

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

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

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