Html Css Color HEX #9B5748 Crail

📋 copy color: '#9B5748'

red 155 ◦ green 87 ◦ blue 72

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

Shades of Crail #9B5748

Tints of Crail #9B5748

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.71%

 BLUE value IS 72 (28.52% from 255) = 22.93%

R = 49.36%
G = 27.71%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.39

RGB Variations

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

Color information

#9B5748 (or 0x9B5748) is known color: Crail. HEX triplet: 9B, 57 and 48. RGB value is (155,87,72). Sum of RGB (Red+Green+Blue) = 155+87+72=314 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.36% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5748 is #64A8B7. Grayscale: #696969. Windows color (decimal): -6596792 or 4741019. OLE color: 4741019.

HSL color Cylindrical-coordinate representation of color #9B5748: hue angle of 10.84º 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 #9B5748 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 87 72 -
CMYK 0 0.44 0.54 0.39
HSL 10.84º 0.37% 0.45% -
HSV(B) 10.84º 0.54% 0.61% -
XYZ 18.1 14.25 7.93 -
YUV 105.62 109.03 163.22 -
System Red Green Blue C M Y K H S L
Decimal 155 87 72 0 0.44 0.54 0.39 10.84 0.37 0.45
Hex 9B 57 48 0 2C 36 27 B 25 2D
Octal 233 127 110 0 54 66 47 13 45 55
Binary 10011011 1010111 1001000 0 101100 110110 100111 1011 100101 101101

Color Harmonies of #9B5748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5748

Black with #9B5748

Text Example


Text Example

White with #9B5748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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