Html Css Color HEX #9B8025 Hacienda

📋 copy color: '#9B8025'

red 155 ◦ green 128 ◦ blue 37

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

Shades of Hacienda #9B8025

Tints of Hacienda #9B8025

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40%

 BLUE value IS 37 (14.84% from 255) = 11.56%

R = 48.44%
G = 40%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#9B8025 (or 0x9B8025) is known color: Hacienda. HEX triplet: 9B, 80 and 25. RGB value is (155,128,37). Sum of RGB (Red+Green+Blue) = 155+128+37=320 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.44% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 37 (14.84% from 255 or 11.56% from 320); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8025 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8025 is #647FDA. Grayscale: #7E7E7E. Windows color (decimal): -6586331 or 2457755. OLE color: 2457755.

HSL color Cylindrical-coordinate representation of color #9B8025: hue angle of 46.27º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9B8025 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 128 37 -
CMYK 0 0.17 0.76 0.39
HSL 46.27º 0.61% 0.38% -
HSV(B) 46.27º 0.76% 0.61% -
XYZ 21.57 22.54 4.96 -
YUV 125.7 77.95 148.9 -
System Red Green Blue C M Y K H S L
Decimal 155 128 37 0 0.17 0.76 0.39 46.27 0.61 0.38
Hex 9B 80 25 0 11 4C 27 2E 3D 26
Octal 233 200 45 0 21 114 47 56 75 46
Binary 10011011 10000000 100101 0 10001 1001100 100111 101110 111101 100110

Color Harmonies of #9B8025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8025

Black with #9B8025

Text Example


Text Example

White with #9B8025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,128,37); }

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

background-color css

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

 a { background-color: rgb(155,128,37); }

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

border-color css

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

 span { border-color: rgb(155,128,37); }

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