Html Css Color HEX #9B7923 Hacienda

📋 copy color: '#9B7923'

red 155 ◦ green 121 ◦ blue 35

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

Shades of Hacienda #9B7923

Tints of Hacienda #9B7923

RGB

 RED value IS 155 (60.94% from 255) = 49.84%

 GREEN value IS 121 (47.66% from 255) = 38.91%

 BLUE value IS 35 (14.06% from 255) = 11.25%

R = 49.84%
G = 38.91%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.39

RGB Variations

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

Color information

#9B7923 (or 0x9B7923) is known color: Hacienda. HEX triplet: 9B, 79 and 23. RGB value is (155,121,35). Sum of RGB (Red+Green+Blue) = 155+121+35=311 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.84% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 35 (14.06% from 255 or 11.25% from 311); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7923 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7923 is #6486DC. Grayscale: #797979. Windows color (decimal): -6588125 or 2324891. OLE color: 2324891.

HSL color Cylindrical-coordinate representation of color #9B7923: hue angle of 43º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B7923 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 121 35 -
CMYK 0 0.22 0.77 0.39
HSL 43º 0.63% 0.37% -
HSV(B) 43º 0.77% 0.61% -
XYZ 20.66 20.76 4.51 -
YUV 121.36 79.26 151.99 -
System Red Green Blue C M Y K H S L
Decimal 155 121 35 0 0.22 0.77 0.39 43 0.63 0.37
Hex 9B 79 23 0 16 4D 27 2B 3F 25
Octal 233 171 43 0 26 115 47 53 77 45
Binary 10011011 1111001 100011 0 10110 1001101 100111 101011 111111 100101

Color Harmonies of #9B7923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7923

Black with #9B7923

Text Example


Text Example

White with #9B7923

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,121,35); }

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

background-color css

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

 a { background-color: rgb(155,121,35); }

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

border-color css

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

 span { border-color: rgb(155,121,35); }

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