Html Css Color HEX #9B843F Luxor Gold

📋 copy color: '#9B843F'

red 155 ◦ green 132 ◦ blue 63

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

Shades of Luxor Gold #9B843F

Tints of Luxor Gold #9B843F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.71%

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

R = 44.29%
G = 37.71%
B = 18%

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

#9B843F (or 0x9B843F) is known color: Luxor Gold. HEX triplet: 9B, 84 and 3F. RGB value is (155,132,63). Sum of RGB (Red+Green+Blue) = 155+132+63=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 155 - color contains mainly: red. Hex color #9B843F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B843F is #647BC0. Grayscale: #838383. Windows color (decimal): -6585281 or 4162715. OLE color: 4162715.

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

Color convert

RGB 155 132 63 -
CMYK 0 0.15 0.59 0.39
HSL 45º 0.42% 0.43% -
HSV(B) 45º 0.59% 0.61% -
XYZ 22.67 23.83 8.11 -
YUV 131.01 89.62 145.11 -
System Red Green Blue C M Y K H S L
Decimal 155 132 63 0 0.15 0.59 0.39 45 0.42 0.43
Hex 9B 84 3F 0 F 3B 27 2D 2A 2B
Octal 233 204 77 0 17 73 47 55 52 53
Binary 10011011 10000100 111111 0 1111 111011 100111 101101 101010 101011

Color Harmonies of #9B843F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B843F

Black with #9B843F

Text Example


Text Example

White with #9B843F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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