#C28632

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

Shades of Geebung #C28632

Tints of Geebung #C28632

Color information

#C28632 (or 0xC28632) is unknown color: approx Geebung. HEX triplet: C2, 86 and 32. RGB value is (194,134,50). Sum of RGB (Red+Green+Blue) = 194+134+50=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C28632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28632 is #3D79CD. Grayscale: #8E8E8E. Windows color (decimal): -4028878 or 3311298. OLE color: 3311298.

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

Color convert

RGB19413450-
CMYK00.310.740.24
HSL35º59.02%47.84%-
HSV(B)35º74.23%76.08%-
XYZ31.3528.756.91-
YUV142.3675.88164.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.32%
GREEN value IS 134 (52.73% from 255) = 35.45%
BLUE value IS 50 (19.92% from 255) = 13.23%
R=51.32%
G=35.45%
B=13.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941345000.310.740.243559.0247.84
HexC2863201F4A18233b30
Octal3022066203711230437360
Binary1100001010000110110010011111100101011000100011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28632; }

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

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

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

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

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

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

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

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