Html Css Color HEX #9B5243 Crail

📋 copy color: '#9B5243'

red 155 ◦ green 82 ◦ blue 67

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

Shades of Crail #9B5243

Tints of Crail #9B5243

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.97%

 BLUE value IS 67 (26.56% from 255) = 22.04%

R = 50.99%
G = 26.97%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.39

RGB Variations

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

Color information

#9B5243 (or 0x9B5243) is known color: Crail. HEX triplet: 9B, 52 and 43. RGB value is (155,82,67). Sum of RGB (Red+Green+Blue) = 155+82+67=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 67 (26.56% from 255 or 22.04% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5243 is #64ADBC. Grayscale: #666666. Windows color (decimal): -6598077 or 4412059. OLE color: 4412059.

HSL color Cylindrical-coordinate representation of color #9B5243: hue angle of 10.23º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B5243 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 82 67 -
CMYK 0 0.47 0.57 0.39
HSL 10.23º 0.4% 0.44% -
HSV(B) 10.23º 0.57% 0.61% -
XYZ 17.55 13.41 6.97 -
YUV 102.12 108.18 165.72 -
System Red Green Blue C M Y K H S L
Decimal 155 82 67 0 0.47 0.57 0.39 10.23 0.4 0.44
Hex 9B 52 43 0 2F 39 27 A 28 2C
Octal 233 122 103 0 57 71 47 12 50 54
Binary 10011011 1010010 1000011 0 101111 111001 100111 1010 101000 101100

Color Harmonies of #9B5243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5243

Black with #9B5243

Text Example


Text Example

White with #9B5243

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,82,67); }

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

background-color css

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

 a { background-color: rgb(155,82,67); }

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

border-color css

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

 span { border-color: rgb(155,82,67); }

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