Html Css Color HEX #9D5848 Crail

📋 copy color: '#9D5848'

red 157 ◦ green 88 ◦ blue 72

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

Shades of Crail #9D5848

Tints of Crail #9D5848

RGB

 RED value IS 157 (61.72% from 255) = 49.53%

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

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

R = 49.53%
G = 27.76%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#9D5848 (or 0x9D5848) is known color: Crail. HEX triplet: 9D, 58 and 48. RGB value is (157,88,72). Sum of RGB (Red+Green+Blue) = 157+88+72=317 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.53% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5848 is #62A7B7. Grayscale: #6A6A6A. Windows color (decimal): -6465464 or 4741277. OLE color: 4741277.

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

Color convert

RGB 157 88 72 -
CMYK 0 0.44 0.54 0.38
HSL 11.29º 0.37% 0.45% -
HSV(B) 11.29º 0.54% 0.62% -
XYZ 18.56 14.62 7.97 -
YUV 106.81 108.36 163.8 -
System Red Green Blue C M Y K H S L
Decimal 157 88 72 0 0.44 0.54 0.38 11.29 0.37 0.45
Hex 9D 58 48 0 2C 36 26 B 25 2D
Octal 235 130 110 0 54 66 46 13 45 55
Binary 10011101 1011000 1001000 0 101100 110110 100110 1011 100101 101101

Color Harmonies of #9D5848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5848

Black with #9D5848

Text Example


Text Example

White with #9D5848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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