Html Css Color HEX #9B830A Hacienda

📋 copy color: '#9B830A'

red 155 ◦ green 131 ◦ blue 10

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

Shades of Hacienda #9B830A

Tints of Hacienda #9B830A

RGB

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

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

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

R = 52.36%
G = 44.26%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9B830A (or 0x9B830A) is known color: Hacienda. HEX triplet: 9B, 83 and 0A. RGB value is (155,131,10). Sum of RGB (Red+Green+Blue) = 155+131+10=296 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.36% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 10 (4.30% from 255 or 3.38% from 296); Max value from RGB is 155 - color contains mainly: red. Hex color #9B830A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B830A is #647CF5. Grayscale: #7C7C7C. Windows color (decimal): -6585590 or 689051. OLE color: 689051.

HSL color Cylindrical-coordinate representation of color #9B830A: hue angle of 50.07º 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 #9B830A is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 131 10 -
CMYK 0 0.15 0.94 0.39
HSL 50.07º 0.88% 0.32% -
HSV(B) 50.07º 0.94% 0.61% -
XYZ 21.69 23.22 3.63 -
YUV 124.38 63.45 149.84 -
System Red Green Blue C M Y K H S L
Decimal 155 131 10 0 0.15 0.94 0.39 50.07 0.88 0.32
Hex 9B 83 A 0 F 5E 27 32 58 20
Octal 233 203 12 0 17 136 47 62 130 40
Binary 10011011 10000011 1010 0 1111 1011110 100111 110010 1011000 100000

Color Harmonies of #9B830A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B830A

Black with #9B830A

Text Example


Text Example

White with #9B830A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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