Html Css Color HEX #9B7F0A Hacienda

📋 copy color: '#9B7F0A'

red 155 ◦ green 127 ◦ blue 10

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

Shades of Hacienda #9B7F0A

Tints of Hacienda #9B7F0A

RGB

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

 GREEN value IS 127 (50% from 255) = 43.49%

 BLUE value IS 10 (4.3% from 255) = 3.42%

R = 53.08%
G = 43.49%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9B7F0A (or 0x9B7F0A) is known color: Hacienda. HEX triplet: 9B, 7F and 0A. RGB value is (155,127,10). Sum of RGB (Red+Green+Blue) = 155+127+10=292 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.08% from 292); Green value is 127 (50% from 255 or 43.49% from 292); Blue value is 10 (4.30% from 255 or 3.42% from 292); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7F0A is #6480F5. Grayscale: #7A7A7A. Windows color (decimal): -6586614 or 688027. OLE color: 688027.

HSL color Cylindrical-coordinate representation of color #9B7F0A: hue angle of 48.41º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B7F0A is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 127 10 -
CMYK 0 0.18 0.94 0.39
HSL 48.41º 0.88% 0.32% -
HSV(B) 48.41º 0.94% 0.61% -
XYZ 21.16 22.17 3.45 -
YUV 122.03 64.78 151.51 -
System Red Green Blue C M Y K H S L
Decimal 155 127 10 0 0.18 0.94 0.39 48.41 0.88 0.32
Hex 9B 7F A 0 12 5E 27 30 58 20
Octal 233 177 12 0 22 136 47 60 130 40
Binary 10011011 1111111 1010 0 10010 1011110 100111 110000 1011000 100000

Color Harmonies of #9B7F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7F0A

Black with #9B7F0A

Text Example


Text Example

White with #9B7F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,127,10); }

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

background-color css

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

 a { background-color: rgb(155,127,10); }

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

border-color css

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

 span { border-color: rgb(155,127,10); }

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