Html Css Color HEX #9B803F Luxor Gold

📋 copy color: '#9B803F'

red 155 ◦ green 128 ◦ blue 63

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

Shades of Luxor Gold #9B803F

Tints of Luxor Gold #9B803F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.99%

 BLUE value IS 63 (25% from 255) = 18.21%

R = 44.8%
G = 36.99%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.39

RGB Variations

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

Color information

#9B803F (or 0x9B803F) is known color: Luxor Gold. HEX triplet: 9B, 80 and 3F. RGB value is (155,128,63). Sum of RGB (Red+Green+Blue) = 155+128+63=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 155 - color contains mainly: red. Hex color #9B803F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B803F is #647FC0. Grayscale: #808080. Windows color (decimal): -6586305 or 4161691. OLE color: 4161691.

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

Color convert

RGB 155 128 63 -
CMYK 0 0.17 0.59 0.39
HSL 42.39º 0.42% 0.43% -
HSV(B) 42.39º 0.59% 0.61% -
XYZ 22.13 22.77 7.93 -
YUV 128.66 90.95 146.79 -
System Red Green Blue C M Y K H S L
Decimal 155 128 63 0 0.17 0.59 0.39 42.39 0.42 0.43
Hex 9B 80 3F 0 11 3B 27 2A 2A 2B
Octal 233 200 77 0 21 73 47 52 52 53
Binary 10011011 10000000 111111 0 10001 111011 100111 101010 101010 101011

Color Harmonies of #9B803F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B803F

Black with #9B803F

Text Example


Text Example

White with #9B803F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,128,63); }

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

background-color css

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

 a { background-color: rgb(155,128,63); }

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

border-color css

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

 span { border-color: rgb(155,128,63); }

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