Html Css Color HEX #9B8243 Luxor Gold

📋 copy color: '#9B8243'

red 155 ◦ green 130 ◦ blue 67

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

Shades of Luxor Gold #9B8243

Tints of Luxor Gold #9B8243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.03%

R = 44.03%
G = 36.93%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.39

RGB Variations

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

Color information

#9B8243 (or 0x9B8243) is known color: Luxor Gold. HEX triplet: 9B, 82 and 43. RGB value is (155,130,67). Sum of RGB (Red+Green+Blue) = 155+130+67=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8243 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8243 is #647DBC. Grayscale: #828282. Windows color (decimal): -6585789 or 4424347. OLE color: 4424347.

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

Color convert

RGB 155 130 67 -
CMYK 0 0.16 0.57 0.39
HSL 42.95º 0.4% 0.44% -
HSV(B) 42.95º 0.57% 0.61% -
XYZ 22.51 23.34 8.63 -
YUV 130.29 92.28 145.62 -
System Red Green Blue C M Y K H S L
Decimal 155 130 67 0 0.16 0.57 0.39 42.95 0.4 0.44
Hex 9B 82 43 0 10 39 27 2B 28 2C
Octal 233 202 103 0 20 71 47 53 50 54
Binary 10011011 10000010 1000011 0 10000 111001 100111 101011 101000 101100

Color Harmonies of #9B8243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8243

Black with #9B8243

Text Example


Text Example

White with #9B8243

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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