Html Css Color HEX #9B8848 Luxor Gold

📋 copy color: '#9B8848'

red 155 ◦ green 136 ◦ blue 72

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

Shades of Luxor Gold #9B8848

Tints of Luxor Gold #9B8848

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.47%

 BLUE value IS 72 (28.52% from 255) = 19.83%

R = 42.7%
G = 37.47%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.39

RGB Variations

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

Color information

#9B8848 (or 0x9B8848) is known color: Luxor Gold. HEX triplet: 9B, 88 and 48. RGB value is (155,136,72). Sum of RGB (Red+Green+Blue) = 155+136+72=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8848 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8848 is #6477B7. Grayscale: #868686. Windows color (decimal): -6584248 or 4753563. OLE color: 4753563.

HSL color Cylindrical-coordinate representation of color #9B8848: hue angle of 46.27º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B8848 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 136 72 -
CMYK 0 0.12 0.54 0.39
HSL 46.27º 0.37% 0.45% -
HSV(B) 46.27º 0.54% 0.61% -
XYZ 23.49 25.04 9.73 -
YUV 134.39 92.79 142.7 -
System Red Green Blue C M Y K H S L
Decimal 155 136 72 0 0.12 0.54 0.39 46.27 0.37 0.45
Hex 9B 88 48 0 C 36 27 2E 25 2D
Octal 233 210 110 0 14 66 47 56 45 55
Binary 10011011 10001000 1001000 0 1100 110110 100111 101110 100101 101101

Color Harmonies of #9B8848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8848

Black with #9B8848

Text Example


Text Example

White with #9B8848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,136,72); }

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

background-color css

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

 a { background-color: rgb(155,136,72); }

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

border-color css

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

 span { border-color: rgb(155,136,72); }

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