Html Css Color HEX #9B5D4E Crail

📋 copy color: '#9B5D4E'

red 155 ◦ green 93 ◦ blue 78

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

Shades of Crail #9B5D4E

Tints of Crail #9B5D4E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.53%

 BLUE value IS 78 (30.86% from 255) = 23.93%

R = 47.55%
G = 28.53%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.50

 K value IS 0.39

RGB Variations

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

Color information

#9B5D4E (or 0x9B5D4E) is known color: Crail. HEX triplet: 9B, 5D and 4E. RGB value is (155,93,78). Sum of RGB (Red+Green+Blue) = 155+93+78=326 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.55% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5D4E is #64A2B1. Grayscale: #6D6D6D. Windows color (decimal): -6595250 or 5135771. OLE color: 5135771.

HSL color Cylindrical-coordinate representation of color #9B5D4E: hue angle of 11.69º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B5D4E is Cyan = 0, Magento = 0.4, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 93 78 -
CMYK 0 0.4 0.50 0.39
HSL 11.69º 0.33% 0.46% -
HSV(B) 11.69º 0.5% 0.61% -
XYZ 18.81 15.35 9.18 -
YUV 109.83 110.04 160.22 -
System Red Green Blue C M Y K H S L
Decimal 155 93 78 0 0.4 0.50 0.39 11.69 0.33 0.46
Hex 9B 5D 4E 0 28 32 27 C 21 2E
Octal 233 135 116 0 50 62 47 14 41 56
Binary 10011011 1011101 1001110 0 101000 110010 100111 1100 100001 101110

Color Harmonies of #9B5D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5D4E

Black with #9B5D4E

Text Example


Text Example

White with #9B5D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,93,78); }

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

background-color css

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

 a { background-color: rgb(155,93,78); }

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

border-color css

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

 span { border-color: rgb(155,93,78); }

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