Html Css Color HEX #9B851C Hacienda

📋 copy color: '#9B851C'

red 155 ◦ green 133 ◦ blue 28

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

Shades of Hacienda #9B851C

Tints of Hacienda #9B851C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.09%

 BLUE value IS 28 (11.33% from 255) = 8.86%

R = 49.05%
G = 42.09%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#9B851C (or 0x9B851C) is known color: Hacienda. HEX triplet: 9B, 85 and 1C. RGB value is (155,133,28). Sum of RGB (Red+Green+Blue) = 155+133+28=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B851C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B851C is #647AE3. Grayscale: #808080. Windows color (decimal): -6585060 or 1869211. OLE color: 1869211.

HSL color Cylindrical-coordinate representation of color #9B851C: hue angle of 49.61º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9B851C is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 133 28 -
CMYK 0 0.14 0.82 0.39
HSL 49.61º 0.69% 0.36% -
HSV(B) 49.61º 0.82% 0.61% -
XYZ 22.11 23.83 4.53 -
YUV 127.61 71.79 147.54 -
System Red Green Blue C M Y K H S L
Decimal 155 133 28 0 0.14 0.82 0.39 49.61 0.69 0.36
Hex 9B 85 1C 0 E 52 27 32 45 24
Octal 233 205 34 0 16 122 47 62 105 44
Binary 10011011 10000101 11100 0 1110 1010010 100111 110010 1000101 100100

Color Harmonies of #9B851C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B851C

Black with #9B851C

Text Example


Text Example

White with #9B851C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,133,28); }

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

background-color css

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

 a { background-color: rgb(155,133,28); }

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

border-color css

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

 span { border-color: rgb(155,133,28); }

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