#C27C2A

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

Shades of Geebung #C27C2A

Tints of Geebung #C27C2A

Color information

#C27C2A (or 0xC27C2A) is unknown color: approx Geebung. HEX triplet: C2, 7C and 2A. RGB value is (194,124,42). Sum of RGB (Red+Green+Blue) = 194+124+42=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27C2A is #3D83D5. Grayscale: #878787. Windows color (decimal): -4031446 or 2784450. OLE color: 2784450.

HSL color Cylindrical-coordinate representation of color #C27C2A: hue angle of 32.37º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C27C2A is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB19412442-
CMYK00.360.780.24
HSL32.37º64.41%46.27%-
HSV(B)32.37º78.35%76.08%-
XYZ29.8726.055.64-
YUV135.5875.19169.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.89%
GREEN value IS 124 (48.83% from 255) = 34.44%
BLUE value IS 42 (16.80% from 255) = 11.67%
R=53.89%
G=34.44%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941244200.360.780.2432.3764.4146.27
HexC27C2A0244E1820402e
Octal30217452044116304010056
Binary11000010111110010101001001001001110110001000001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27C2A; }

 p { color: rgb(194,124,42); }

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

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

 a { background-color: rgb(194,124,42); }

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

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

 span { border-color: rgb(194,124,42); }

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