#C28034

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

Shades of Geebung #C28034

Tints of Geebung #C28034

Color information

#C28034 (or 0xC28034) is unknown color: approx Geebung. HEX triplet: C2, 80 and 34. RGB value is (194,128,52). Sum of RGB (Red+Green+Blue) = 194+128+52=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C28034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28034 is #3D7FCB. Grayscale: #8B8B8B. Windows color (decimal): -4030412 or 3440834. OLE color: 3440834.

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

Color convert

RGB19412852-
CMYK00.340.730.24
HSL32.11º57.72%48.24%-
HSV(B)32.11º73.2%76.08%-
XYZ30.5927.166.88-
YUV139.0778.87167.18-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.87%
GREEN value IS 128 (50.39% from 255) = 34.22%
BLUE value IS 52 (20.70% from 255) = 13.90%
R=51.87%
G=34.22%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941285200.340.730.2432.1157.7248.24
HexC280340224918203a30
Octal3022006404211130407260
Binary11000010100000001101000100010100100111000100000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28034; }

 p { color: rgb(194,128,52); }

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

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

 a { background-color: rgb(194,128,52); }

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

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

 span { border-color: rgb(194,128,52); }

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