Html Css Color HEX #9B830E Hacienda

📋 copy color: '#9B830E'

red 155 ◦ green 131 ◦ blue 14

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

Shades of Hacienda #9B830E

Tints of Hacienda #9B830E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.67%

R = 51.67%
G = 43.67%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#9B830E (or 0x9B830E) is known color: Hacienda. HEX triplet: 9B, 83 and 0E. RGB value is (155,131,14). Sum of RGB (Red+Green+Blue) = 155+131+14=300 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.67% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 14 (5.86% from 255 or 4.67% from 300); Max value from RGB is 155 - color contains mainly: red. Hex color #9B830E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B830E is #647CF1. Grayscale: #7D7D7D. Windows color (decimal): -6585586 or 951195. OLE color: 951195.

HSL color Cylindrical-coordinate representation of color #9B830E: hue angle of 49.79º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B830E is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 131 14 -
CMYK 0 0.15 0.91 0.39
HSL 49.79º 0.83% 0.33% -
HSV(B) 49.79º 0.91% 0.61% -
XYZ 21.71 23.23 3.76 -
YUV 124.84 65.45 149.51 -
System Red Green Blue C M Y K H S L
Decimal 155 131 14 0 0.15 0.91 0.39 49.79 0.83 0.33
Hex 9B 83 E 0 F 5B 27 32 53 21
Octal 233 203 16 0 17 133 47 62 123 41
Binary 10011011 10000011 1110 0 1111 1011011 100111 110010 1010011 100001

Color Harmonies of #9B830E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B830E

Black with #9B830E

Text Example


Text Example

White with #9B830E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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