#C49467

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

Shades of Fallow #C49467

Tints of Fallow #C49467

Color information

#C49467 (or 0xC49467) is unknown color: approx Fallow. HEX triplet: C4, 94 and 67. RGB value is (196,148,103). Sum of RGB (Red+Green+Blue) = 196+148+103=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 103 (40.62% from 255 or 23.04% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C49467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49467 is #3B6B98. Grayscale: #9D9D9D. Windows color (decimal): -3894169 or 6788292. OLE color: 6788292.

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

Color convert

RGB196148103-
CMYK00.240.470.23
HSL29.03º44.08%58.63%-
HSV(B)29.03º47.45%76.86%-
XYZ35.833.8917.49-
YUV157.2297.4155.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.85%
GREEN value IS 148 (58.20% from 255) = 33.11%
BLUE value IS 103 (40.62% from 255) = 23.04%
R=43.85%
G=33.11%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614810300.240.470.2329.0344.0858.63
HexC494670182F171d2c3b
Octal3042241470305727355473
Binary110001001001010011001110110001011111011111101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49467; }

 p { color: rgb(196,148,103); }

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

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

 a { background-color: rgb(196,148,103); }

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

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

 span { border-color: rgb(196,148,103); }

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