Html Css Color HEX #9B820D Hacienda

📋 copy color: '#9B820D'

red 155 ◦ green 130 ◦ blue 13

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

Shades of Hacienda #9B820D

Tints of Hacienda #9B820D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.36%

R = 52.01%
G = 43.62%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9B820D (or 0x9B820D) is known color: Hacienda. HEX triplet: 9B, 82 and 0D. RGB value is (155,130,13). Sum of RGB (Red+Green+Blue) = 155+130+13=298 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.01% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 155 - color contains mainly: red. Hex color #9B820D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B820D is #647DF2. Grayscale: #7C7C7C. Windows color (decimal): -6585843 or 885403. OLE color: 885403.

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

Color convert

RGB 155 130 13 -
CMYK 0 0.16 0.92 0.39
HSL 49.44º 0.85% 0.33% -
HSV(B) 49.44º 0.92% 0.61% -
XYZ 21.57 22.96 3.68 -
YUV 124.14 65.28 150.01 -
System Red Green Blue C M Y K H S L
Decimal 155 130 13 0 0.16 0.92 0.39 49.44 0.85 0.33
Hex 9B 82 D 0 10 5C 27 31 55 21
Octal 233 202 15 0 20 134 47 61 125 41
Binary 10011011 10000010 1101 0 10000 1011100 100111 110001 1010101 100001

Color Harmonies of #9B820D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B820D

Black with #9B820D

Text Example


Text Example

White with #9B820D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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