#c39470

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

Shades of Fallow #C39470

Tints of Fallow #C39470

Color information

#C39470 (or 0xC39470) is unknown color: approx Fallow. HEX triplet: C3, 94 and 70. RGB value is (195,148,112). Sum of RGB (Red+Green+Blue) = 195+148+112=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C39470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39470 is #3C6B8F. Grayscale: #9E9E9E. Windows color (decimal): -3959696 or 7378115. OLE color: 7378115.

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

Color convert

RGB195148112-
CMYK00.240.430.24
HSL26.02º40.89%60.2%-
HSV(B)26.02º42.56%76.47%-
XYZ36.0233.9519.98-
YUV157.95102.07154.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.86%
GREEN value IS 148 (58.20% from 255) = 32.53%
BLUE value IS 112 (44.14% from 255) = 24.62%
R=42.86%
G=32.53%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514811200.240.430.2426.0240.8960.2
HexC394700182B181a293c
Octal3032241600305330325174
Binary110000111001010011100000110001010111100011010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c39470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c39470; }

 p { color: rgb(195,148,112); }

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

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

 a { background-color: rgb(195,148,112); }

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

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

 span { border-color: rgb(195,148,112); }

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