#C28332

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

Shades of Geebung #C28332

Tints of Geebung #C28332

Color information

#C28332 (or 0xC28332) is unknown color: approx Geebung. HEX triplet: C2, 83 and 32. RGB value is (194,131,50). Sum of RGB (Red+Green+Blue) = 194+131+50=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C28332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28332 is #3D7CCD. Grayscale: #8C8C8C. Windows color (decimal): -4029646 or 3310530. OLE color: 3310530.

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

Color convert

RGB19413150-
CMYK00.320.740.24
HSL33.75º59.02%47.84%-
HSV(B)33.75º74.23%76.08%-
XYZ30.9427.936.78-
YUV140.676.87166.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.73%
GREEN value IS 131 (51.56% from 255) = 34.93%
BLUE value IS 50 (19.92% from 255) = 13.33%
R=51.73%
G=34.93%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941315000.320.740.2433.7559.0247.84
HexC283320204A18223b30
Octal3022036204011230427360
Binary11000010100000111100100100000100101011000100010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28332; }

 p { color: rgb(194,131,50); }

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

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

 a { background-color: rgb(194,131,50); }

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

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

 span { border-color: rgb(194,131,50); }

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