Html Css Color HEX #9D831D Hacienda

📋 copy color: '#9D831D'

red 157 ◦ green 131 ◦ blue 29

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

Shades of Hacienda #9D831D

Tints of Hacienda #9D831D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.15%

R = 49.53%
G = 41.32%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9D831D (or 0x9D831D) is known color: Hacienda. HEX triplet: 9D, 83 and 1D. RGB value is (157,131,29). Sum of RGB (Red+Green+Blue) = 157+131+29=317 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.53% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 157 - color contains mainly: red. Hex color #9D831D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D831D is #627CE2. Grayscale: #7F7F7F. Windows color (decimal): -6454499 or 1934237. OLE color: 1934237.

HSL color Cylindrical-coordinate representation of color #9D831D: hue angle of 47.81º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D831D is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 131 29 -
CMYK 0 0.17 0.82 0.38
HSL 47.81º 0.69% 0.36% -
HSV(B) 47.81º 0.82% 0.62% -
XYZ 22.24 23.49 4.52 -
YUV 127.15 72.61 149.29 -
System Red Green Blue C M Y K H S L
Decimal 157 131 29 0 0.17 0.82 0.38 47.81 0.69 0.36
Hex 9D 83 1D 0 11 52 26 30 45 24
Octal 235 203 35 0 21 122 46 60 105 44
Binary 10011101 10000011 11101 0 10001 1010010 100110 110000 1000101 100100

Color Harmonies of #9D831D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D831D

Black with #9D831D

Text Example


Text Example

White with #9D831D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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