#C47D2A

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

Shades of Geebung #C47D2A

Tints of Geebung #C47D2A

Color information

#C47D2A (or 0xC47D2A) is unknown color: approx Geebung. HEX triplet: C4, 7D and 2A. RGB value is (196,125,42). Sum of RGB (Red+Green+Blue) = 196+125+42=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47D2A is #3B82D5. Grayscale: #898989. Windows color (decimal): -3900118 or 2784708. OLE color: 2784708.

HSL color Cylindrical-coordinate representation of color #C47D2A: hue angle of 32.34º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C47D2A is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB19612542-
CMYK00.360.790.23
HSL32.34º64.71%46.67%-
HSV(B)32.34º78.57%76.86%-
XYZ30.5226.575.71-
YUV136.7774.52170.25-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.99%
GREEN value IS 125 (49.22% from 255) = 34.44%
BLUE value IS 42 (16.80% from 255) = 11.57%
R=53.99%
G=34.44%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961254200.360.790.2332.3464.7146.67
HexC47D2A0244F1720412f
Octal30417552044117274010157
Binary11000100111110110101001001001001111101111000001000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47D2A; }

 p { color: rgb(196,125,42); }

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

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

 a { background-color: rgb(196,125,42); }

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

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

 span { border-color: rgb(196,125,42); }

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