#9B5848

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

Shades of Crail #9B5848

Tints of Crail #9B5848

Color information

#9B5848 (or 0x9B5848) is unknown color: approx Crail. HEX triplet: 9B, 58 and 48. RGB value is (155,88,72). Sum of RGB (Red+Green+Blue) = 155+88+72=315 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.21% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5848 is #64A7B7. Grayscale: #6A6A6A. Windows color (decimal): -6596536 or 4741275. OLE color: 4741275.

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

Color convert

RGB1558872-
CMYK00.430.540.39
HSL11.57º36.56%44.51%-
HSV(B)11.57º53.55%60.78%-
XYZ18.1814.427.96-
YUV106.21108.7162.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.21%
GREEN value IS 88 (34.77% from 255) = 27.94%
BLUE value IS 72 (28.52% from 255) = 22.86%
R=49.21%
G=27.94%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155887200.430.540.3911.5736.5644.51
Hex9B584802B3627c252d
Octal2331301100536647144555
Binary100110111011000100100001010111101101001111100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,88,72); }

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

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

 a { background-color: rgb(155,88,72); }

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

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

 span { border-color: rgb(155,88,72); }

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