Html Css Color HEX #9B8340 Luxor Gold

📋 copy color: '#9B8340'

red 155 ◦ green 131 ◦ blue 64

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

Shades of Luxor Gold #9B8340

Tints of Luxor Gold #9B8340

RGB

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

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

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

R = 44.29%
G = 37.43%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.39

RGB Variations

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

Color information

#9B8340 (or 0x9B8340) is known color: Luxor Gold. HEX triplet: 9B, 83 and 40. RGB value is (155,131,64). Sum of RGB (Red+Green+Blue) = 155+131+64=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8340 is #647CBF. Grayscale: #828282. Windows color (decimal): -6585536 or 4227995. OLE color: 4227995.

HSL color Cylindrical-coordinate representation of color #9B8340: hue angle of 44.18º 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 #9B8340 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 131 64 -
CMYK 0 0.15 0.59 0.39
HSL 44.18º 0.42% 0.43% -
HSV(B) 44.18º 0.59% 0.61% -
XYZ 22.56 23.57 8.21 -
YUV 130.54 90.45 145.45 -
System Red Green Blue C M Y K H S L
Decimal 155 131 64 0 0.15 0.59 0.39 44.18 0.42 0.43
Hex 9B 83 40 0 F 3B 27 2C 2A 2B
Octal 233 203 100 0 17 73 47 54 52 53
Binary 10011011 10000011 1000000 0 1111 111011 100111 101100 101010 101011

Color Harmonies of #9B8340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8340

Black with #9B8340

Text Example


Text Example

White with #9B8340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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