#958378

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

Shades of Almond Frost #958378

Tints of Almond Frost #958378

Color information

#958378 (or 0x958378) is unknown color: approx Almond Frost. HEX triplet: 95, 83 and 78. RGB value is (149,131,120). Sum of RGB (Red+Green+Blue) = 149+131+120=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 149 - color contains mainly: red. Hex color #958378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958378 is #6A7C87. Grayscale: #878787. Windows color (decimal): -6978696 or 7898005. OLE color: 7898005.

HSL color Cylindrical-coordinate representation of color #958378: hue angle of 22.76º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #958378 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB149131120-
CMYK00.120.190.42
HSL22.76º12.03%52.75%-
HSV(B)22.76º19.46%58.43%-
XYZ23.923.9821.14-
YUV135.13119.46137.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.25%
GREEN value IS 131 (51.56% from 255) = 32.75%
BLUE value IS 120 (47.27% from 255) = 30%
R=37.25%
G=32.75%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913112000.120.190.4222.7612.0352.75
Hex9583780C132A17c35
Octal2252031700142352271465
Binary100101011000001111110000110010011101010101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958378; }

 p { color: rgb(149,131,120); }

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

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

 a { background-color: rgb(149,131,120); }

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

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

 span { border-color: rgb(149,131,120); }

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