#C28433

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

Shades of Geebung #C28433

Tints of Geebung #C28433

Color information

#C28433 (or 0xC28433) is unknown color: approx Geebung. HEX triplet: C2, 84 and 33. RGB value is (194,132,51). Sum of RGB (Red+Green+Blue) = 194+132+51=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 51 (20.31% from 255 or 13.53% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C28433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28433 is #3D7BCC. Grayscale: #8D8D8D. Windows color (decimal): -4029389 or 3376322. OLE color: 3376322.

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

Color convert

RGB19413251-
CMYK00.320.740.24
HSL33.99º58.37%48.04%-
HSV(B)33.99º73.71%76.08%-
XYZ31.128.216.94-
YUV141.377.04165.59-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.46%
GREEN value IS 132 (51.95% from 255) = 35.01%
BLUE value IS 51 (20.31% from 255) = 13.53%
R=51.46%
G=35.01%
B=13.53%

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
Decimal1941325100.320.740.2433.9958.3748.04
HexC284330204A18223a30
Octal3022046304011230427260
Binary11000010100001001100110100000100101011000100010111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28433; }

 p { color: rgb(194,132,51); }

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

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

 a { background-color: rgb(194,132,51); }

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

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

 span { border-color: rgb(194,132,51); }

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