#C27E33

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

Shades of Geebung #C27E33

Tints of Geebung #C27E33

Color information

#C27E33 (or 0xC27E33) is unknown color: approx Geebung. HEX triplet: C2, 7E and 33. RGB value is (194,126,51). Sum of RGB (Red+Green+Blue) = 194+126+51=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27E33 is #3D81CC. Grayscale: #8A8A8A. Windows color (decimal): -4030925 or 3374786. OLE color: 3374786.

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

Color convert

RGB19412651-
CMYK00.350.740.24
HSL31.47º58.37%48.04%-
HSV(B)31.47º73.71%76.08%-
XYZ30.3126.636.67-
YUV137.7879.03168.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.29%
GREEN value IS 126 (49.61% from 255) = 33.96%
BLUE value IS 51 (20.31% from 255) = 13.75%
R=52.29%
G=33.96%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941265100.350.740.2431.4758.3748.04
HexC27E330234A181f3a30
Octal3021766304311230377260
Binary110000101111110110011010001110010101100011111111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27E33; }

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

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

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

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

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

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

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

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