#C47C31

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

Shades of Geebung #C47C31

Tints of Geebung #C47C31

Color information

#C47C31 (or 0xC47C31) is unknown color: approx Geebung. HEX triplet: C4, 7C and 31. RGB value is (196,124,49). Sum of RGB (Red+Green+Blue) = 196+124+49=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 49 (19.53% from 255 or 13.28% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47C31 is #3B83CE. Grayscale: #898989. Windows color (decimal): -3900367 or 3243204. OLE color: 3243204.

HSL color Cylindrical-coordinate representation of color #C47C31: hue angle of 30.61º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C47C31 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB19612449-
CMYK00.370.750.23
HSL30.61º60%48.04%-
HSV(B)30.61º75%76.86%-
XYZ30.5326.376.39-
YUV136.9878.35170.1-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.12%
GREEN value IS 124 (48.83% from 255) = 33.60%
BLUE value IS 49 (19.53% from 255) = 13.28%
R=53.12%
G=33.60%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.75
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961244900.370.750.2330.616048.04
HexC47C310254B171f3c30
Octal3041746104511327377460
Binary110001001111100110001010010110010111011111111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47C31; }

 p { color: rgb(196,124,49); }

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

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

 a { background-color: rgb(196,124,49); }

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

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

 span { border-color: rgb(196,124,49); }

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