#C27E24

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

Shades of Geebung #C27E24

Tints of Geebung #C27E24

Color information

#C27E24 (or 0xC27E24) is unknown color: approx Geebung. HEX triplet: C2, 7E and 24. RGB value is (194,126,36). Sum of RGB (Red+Green+Blue) = 194+126+36=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 36 (14.45% from 255 or 10.11% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27E24 is #3D81DB. Grayscale: #888888. Windows color (decimal): -4030940 or 2391746. OLE color: 2391746.

HSL color Cylindrical-coordinate representation of color #C27E24: hue angle of 34.18º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C27E24 is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB19412636-
CMYK00.350.810.24
HSL34.18º68.7%45.1%-
HSV(B)34.18º81.44%76.08%-
XYZ30.0326.525.21-
YUV136.0771.53169.32-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.49%
GREEN value IS 126 (49.61% from 255) = 35.39%
BLUE value IS 36 (14.45% from 255) = 10.11%
R=54.49%
G=35.39%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941263600.350.810.2434.1868.745.1
HexC27E24023511822452d
Octal30217644043121304210555
Binary11000010111111010010001000111010001110001000101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27E24; }

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

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

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

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

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

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

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

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