Html Css Color HEX #9B8540 Luxor Gold

📋 copy color: '#9B8540'

red 155 ◦ green 133 ◦ blue 64

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

Shades of Luxor Gold #9B8540

Tints of Luxor Gold #9B8540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.18%

R = 44.03%
G = 37.78%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.59

 K value IS 0.39

RGB Variations

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

Color information

#9B8540 (or 0x9B8540) is known color: Luxor Gold. HEX triplet: 9B, 85 and 40. RGB value is (155,133,64). Sum of RGB (Red+Green+Blue) = 155+133+64=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8540 is #647ABF. Grayscale: #848484. Windows color (decimal): -6585024 or 4228507. OLE color: 4228507.

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

Color convert

RGB 155 133 64 -
CMYK 0 0.14 0.59 0.39
HSL 45.49º 0.42% 0.43% -
HSV(B) 45.49º 0.59% 0.61% -
XYZ 22.83 24.11 8.3 -
YUV 131.71 89.79 144.61 -
System Red Green Blue C M Y K H S L
Decimal 155 133 64 0 0.14 0.59 0.39 45.49 0.42 0.43
Hex 9B 85 40 0 E 3B 27 2D 2A 2B
Octal 233 205 100 0 16 73 47 55 52 53
Binary 10011011 10000101 1000000 0 1110 111011 100111 101101 101010 101011

Color Harmonies of #9B8540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8540

Black with #9B8540

Text Example


Text Example

White with #9B8540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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