Html Css Color HEX #9D837D Hemp

📋 copy color: '#9D837D'

red 157 ◦ green 131 ◦ blue 125

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

Shades of Hemp #9D837D

Tints of Hemp #9D837D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.72%

 BLUE value IS 125 (49.22% from 255) = 30.27%

R = 38.01%
G = 31.72%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9D837D (or 0x9D837D) is known color: Hemp. HEX triplet: 9D, 83 and 7D. RGB value is (157,131,125). Sum of RGB (Red+Green+Blue) = 157+131+125=413 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.01% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 157 - color contains mainly: red. Hex color #9D837D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D837D is #627C82. Grayscale: #8A8A8A. Windows color (decimal): -6454403 or 8225693. OLE color: 8225693.

HSL color Cylindrical-coordinate representation of color #9D837D: hue angle of 11.25º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9D837D is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 131 125 -
CMYK 0 0.17 0.20 0.38
HSL 11.25º 0.14% 0.55% -
HSV(B) 11.25º 0.2% 0.62% -
XYZ 25.72 24.88 22.85 -
YUV 138.09 120.61 141.49 -
System Red Green Blue C M Y K H S L
Decimal 157 131 125 0 0.17 0.20 0.38 11.25 0.14 0.55
Hex 9D 83 7D 0 11 14 26 B E 37
Octal 235 203 175 0 21 24 46 13 16 67
Binary 10011101 10000011 1111101 0 10001 10100 100110 1011 1110 110111

Color Harmonies of #9D837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D837D

Black with #9D837D

Text Example


Text Example

White with #9D837D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,131,125); }

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

background-color css

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

 a { background-color: rgb(157,131,125); }

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

border-color css

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

 span { border-color: rgb(157,131,125); }

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