Html Css Color HEX #9B5849 Crail

📋 copy color: '#9B5849'

red 155 ◦ green 88 ◦ blue 73

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

Shades of Crail #9B5849

Tints of Crail #9B5849

RGB

 RED value IS 155 (60.94% from 255) = 49.05%

 GREEN value IS 88 (34.77% from 255) = 27.85%

 BLUE value IS 73 (28.91% from 255) = 23.1%

R = 49.05%
G = 27.85%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#9B5849 (or 0x9B5849) is known color: Crail. HEX triplet: 9B, 58 and 49. RGB value is (155,88,73). Sum of RGB (Red+Green+Blue) = 155+88+73=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5849 is #64A7B6. Grayscale: #6A6A6A. Windows color (decimal): -6596535 or 4806811. OLE color: 4806811.

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

Color convert

RGB 155 88 73 -
CMYK 0 0.43 0.53 0.39
HSL 10.98º 0.36% 0.45% -
HSV(B) 10.98º 0.53% 0.61% -
XYZ 18.21 14.43 8.13 -
YUV 106.32 109.2 162.72 -
System Red Green Blue C M Y K H S L
Decimal 155 88 73 0 0.43 0.53 0.39 10.98 0.36 0.45
Hex 9B 58 49 0 2B 35 27 B 24 2D
Octal 233 130 111 0 53 65 47 13 44 55
Binary 10011011 1011000 1001001 0 101011 110101 100111 1011 100100 101101

Color Harmonies of #9B5849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5849

Black with #9B5849

Text Example


Text Example

White with #9B5849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B5849;
 }
 .AnyTagClassName
 {
   color: #9B5849;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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