Html Css Color HEX #9B820F Hacienda

📋 copy color: '#9B820F'

red 155 ◦ green 130 ◦ blue 15

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

Shades of Hacienda #9B820F

Tints of Hacienda #9B820F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.33%

 BLUE value IS 15 (6.25% from 255) = 5%

R = 51.67%
G = 43.33%
B = 5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9B820F (or 0x9B820F) is known color: Hacienda. HEX triplet: 9B, 82 and 0F. RGB value is (155,130,15). Sum of RGB (Red+Green+Blue) = 155+130+15=300 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.67% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 155 - color contains mainly: red. Hex color #9B820F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B820F is #647DF0. Grayscale: #7C7C7C. Windows color (decimal): -6585841 or 1016475. OLE color: 1016475.

HSL color Cylindrical-coordinate representation of color #9B820F: hue angle of 49.29º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B820F is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 130 15 -
CMYK 0 0.16 0.90 0.39
HSL 49.29º 0.82% 0.33% -
HSV(B) 49.29º 0.9% 0.61% -
XYZ 21.59 22.97 3.75 -
YUV 124.37 66.28 149.85 -
System Red Green Blue C M Y K H S L
Decimal 155 130 15 0 0.16 0.90 0.39 49.29 0.82 0.33
Hex 9B 82 F 0 10 5A 27 31 52 21
Octal 233 202 17 0 20 132 47 61 122 41
Binary 10011011 10000010 1111 0 10000 1011010 100111 110001 1010010 100001

Color Harmonies of #9B820F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B820F

Black with #9B820F

Text Example


Text Example

White with #9B820F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,130,15); }

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

background-color css

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

 a { background-color: rgb(155,130,15); }

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

border-color css

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

 span { border-color: rgb(155,130,15); }

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