#C28732

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

Shades of Geebung #C28732

Tints of Geebung #C28732

Color information

#C28732 (or 0xC28732) is unknown color: approx Geebung. HEX triplet: C2, 87 and 32. RGB value is (194,135,50). Sum of RGB (Red+Green+Blue) = 194+135+50=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 50 (19.92% from 255 or 13.19% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C28732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28732 is #3D78CD. Grayscale: #8F8F8F. Windows color (decimal): -4028622 or 3311554. OLE color: 3311554.

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

Color convert

RGB19413550-
CMYK00.300.740.24
HSL35.42º59.02%47.84%-
HSV(B)35.42º74.23%76.08%-
XYZ31.4929.036.96-
YUV142.9575.55164.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.19%
GREEN value IS 135 (53.12% from 255) = 35.62%
BLUE value IS 50 (19.92% from 255) = 13.19%
R=51.19%
G=35.62%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941355000.300.740.2435.4259.0247.84
HexC2873201E4A18233b30
Octal3022076203611230437360
Binary1100001010000111110010011110100101011000100011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28732; }

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

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

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

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

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

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

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

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