Html Css Color HEX #95837A Almond Frost

📋 copy color: '#95837A'

red 149 ◦ green 131 ◦ blue 122

#95837A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Almond Frost #95837A

Tints of Almond Frost #95837A

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 value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#95837A (or 0x95837A) is known color: 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

RGB 149 131 122 -
CMYK 0 0.12 0.18 0.42
HSL 20º 0.11% 0.53% -
HSV(B) 20º 0.18% 0.58% -
XYZ 24.02 24.03 21.78 -
YUV 135.36 120.46 137.73 -
System Red Green Blue C M Y K H S L
Decimal 149 131 122 0 0.12 0.18 0.42 20 0.11 0.53
Hex 95 83 7A 0 C 12 2A 14 B 35
Octal 225 203 172 0 14 22 52 24 13 65
Binary 10010101 10000011 1111010 0 1100 10010 101010 10100 1011 110101

Color Harmonies of #95837A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95837A

Black with #95837A

Text Example


Text Example

White with #95837A

Text Example


Text Example

HTML Codes & Css Web 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>