#9B8478

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

Shades of Almond Frost #9B8478

Tints of Almond Frost #9B8478

Color information

#9B8478 (or 0x9B8478) is unknown color: approx Almond Frost. HEX triplet: 9B, 84 and 78. RGB value is (155,132,120). Sum of RGB (Red+Green+Blue) = 155+132+120=407 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.08% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8478 is #647B87. Grayscale: #898989. Windows color (decimal): -6585224 or 7898267. OLE color: 7898267.

HSL color Cylindrical-coordinate representation of color #9B8478: hue angle of 20.57º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B8478 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB155132120-
CMYK00.150.230.39
HSL20.57º14.89%53.92%-
HSV(B)20.57º22.58%60.78%-
XYZ25.1624.8321.24-
YUV137.51118.12140.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.08%
GREEN value IS 132 (51.95% from 255) = 32.43%
BLUE value IS 120 (47.27% from 255) = 29.48%
R=38.08%
G=32.43%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513212000.150.230.3920.5714.8953.92
Hex9B84780F172715f36
Octal2332041700172747251766
Binary100110111000010011110000111110111100111101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B8478; }

 p { color: rgb(155,132,120); }

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

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

 a { background-color: rgb(155,132,120); }

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

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

 span { border-color: rgb(155,132,120); }

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