#C27D30

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

Shades of Geebung #C27D30

Tints of Geebung #C27D30

Color information

#C27D30 (or 0xC27D30) is unknown color: approx Geebung. HEX triplet: C2, 7D and 30. RGB value is (194,125,48). Sum of RGB (Red+Green+Blue) = 194+125+48=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 48 (19.14% from 255 or 13.08% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27D30 is #3D82CF. Grayscale: #898989. Windows color (decimal): -4031184 or 3177922. OLE color: 3177922.

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

Color convert

RGB19412548-
CMYK00.360.750.24
HSL31.64º60.33%47.45%-
HSV(B)31.64º75.26%76.08%-
XYZ30.1226.356.3-
YUV136.8577.86168.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.86%
GREEN value IS 125 (49.22% from 255) = 34.06%
BLUE value IS 48 (19.14% from 255) = 13.08%
R=52.86%
G=34.06%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941254800.360.750.2431.6460.3347.45
HexC27D300244B18203c2f
Octal3021756004411330407457
Binary1100001011111011100000100100100101111000100000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27D30; }

 p { color: rgb(194,125,48); }

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

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

 a { background-color: rgb(194,125,48); }

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

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

 span { border-color: rgb(194,125,48); }

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