Html Css Color HEX #9D751B Hacienda

📋 copy color: '#9D751B'

red 157 ◦ green 117 ◦ blue 27

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

Shades of Hacienda #9D751B

Tints of Hacienda #9D751B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.87%

 BLUE value IS 27 (10.94% from 255) = 8.97%

R = 52.16%
G = 38.87%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#9D751B (or 0x9D751B) is known color: Hacienda. HEX triplet: 9D, 75 and 1B. RGB value is (157,117,27). Sum of RGB (Red+Green+Blue) = 157+117+27=301 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.16% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 157 - color contains mainly: red. Hex color #9D751B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D751B is #628AE4. Grayscale: #777777. Windows color (decimal): -6458085 or 1799581. OLE color: 1799581.

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

Color convert

RGB 157 117 27 -
CMYK 0 0.25 0.83 0.38
HSL 41.54º 0.71% 0.36% -
HSV(B) 41.54º 0.83% 0.62% -
XYZ 20.46 19.97 3.81 -
YUV 118.7 76.25 155.32 -
System Red Green Blue C M Y K H S L
Decimal 157 117 27 0 0.25 0.83 0.38 41.54 0.71 0.36
Hex 9D 75 1B 0 19 53 26 2A 47 24
Octal 235 165 33 0 31 123 46 52 107 44
Binary 10011101 1110101 11011 0 11001 1010011 100110 101010 1000111 100100

Color Harmonies of #9D751B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D751B

Black with #9D751B

Text Example


Text Example

White with #9D751B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,117,27); }

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

background-color css

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

 a { background-color: rgb(157,117,27); }

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

border-color css

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

 span { border-color: rgb(157,117,27); }

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