#C47F31

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

Shades of Geebung #C47F31

Tints of Geebung #C47F31

Color information

#C47F31 (or 0xC47F31) is unknown color: approx Geebung. HEX triplet: C4, 7F and 31. RGB value is (196,127,49). Sum of RGB (Red+Green+Blue) = 196+127+49=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 49 (19.53% from 255 or 13.17% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47F31 is #3B80CE. Grayscale: #8B8B8B. Windows color (decimal): -3899599 or 3243972. OLE color: 3243972.

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

Color convert

RGB19612749-
CMYK00.350.750.23
HSL31.84º60%48.04%-
HSV(B)31.84º75%76.86%-
XYZ30.9127.146.51-
YUV138.7477.36168.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.69%
GREEN value IS 127 (50% from 255) = 34.14%
BLUE value IS 49 (19.53% from 255) = 13.17%
R=52.69%
G=34.14%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961274900.350.750.2331.846048.04
HexC47F310234B17203c30
Octal3041776104311327407460
Binary1100010011111111100010100011100101110111100000111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47F31; }

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

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

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

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

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

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

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

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