#95837A

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

Shades of Almond Frost #95837A

Tints of Almond Frost #95837A

Color information

#95837A (or 0x95837A) is unknown color: approx Almond Frost. HEX triplet: 95, 83 and 7A. RGB value is (149,131,122). Sum of RGB (Red+Green+Blue) = 149+131+122=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 149 - color contains mainly: red. Hex color #95837A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95837A is #6A7C85. Grayscale: #878787. Windows color (decimal): -6978694 or 8029077. OLE color: 8029077.

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

Color convert

RGB149131122-
CMYK00.120.180.42
HSL20º11.3%53.14%-
HSV(B)20º18.12%58.43%-
XYZ24.0224.0321.78-
YUV135.36120.46137.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.06%
GREEN value IS 131 (51.56% from 255) = 32.59%
BLUE value IS 122 (48.05% from 255) = 30.35%
R=37.06%
G=32.59%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913112200.120.180.422011.353.14
Hex95837A0C122A14b35
Octal2252031720142252241365
Binary100101011000001111110100110010010101010101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95837A; }

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

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

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

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

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

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

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

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