Html Css Color HEX #9D9553 Husk

📋 copy color: '#9D9553'

red 157 ◦ green 149 ◦ blue 83

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

Shades of Husk #9D9553

Tints of Husk #9D9553

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.3%

 BLUE value IS 83 (32.81% from 255) = 21.34%

R = 40.36%
G = 38.3%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#9D9553 (or 0x9D9553) is known color: Husk. HEX triplet: 9D, 95 and 53. RGB value is (157,149,83). Sum of RGB (Red+Green+Blue) = 157+149+83=389 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.36% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 83 (32.81% from 255 or 21.34% from 389); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9553 is #626AAC. Grayscale: #909090. Windows color (decimal): -6449837 or 5477789. OLE color: 5477789.

HSL color Cylindrical-coordinate representation of color #9D9553: hue angle of 53.51º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9D9553 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 149 83 -
CMYK 0 0.05 0.47 0.38
HSL 53.51º 0.31% 0.47% -
HSV(B) 53.51º 0.47% 0.62% -
XYZ 26.21 29.29 12.46 -
YUV 143.87 93.65 137.37 -
System Red Green Blue C M Y K H S L
Decimal 157 149 83 0 0.05 0.47 0.38 53.51 0.31 0.47
Hex 9D 95 53 0 5 2F 26 36 1F 2F
Octal 235 225 123 0 5 57 46 66 37 57
Binary 10011101 10010101 1010011 0 101 101111 100110 110110 11111 101111

Color Harmonies of #9D9553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9553

Black with #9D9553

Text Example


Text Example

White with #9D9553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,149,83); }

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

background-color css

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

 a { background-color: rgb(157,149,83); }

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

border-color css

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

 span { border-color: rgb(157,149,83); }

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