Html Css Color HEX #9C8541 Luxor Gold

📋 copy color: '#9C8541'

red 156 ◦ green 133 ◦ blue 65

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

Shades of Luxor Gold #9C8541

Tints of Luxor Gold #9C8541

RGB

 RED value IS 156 (61.33% from 255) = 44.07%

 GREEN value IS 133 (52.34% from 255) = 37.57%

 BLUE value IS 65 (25.78% from 255) = 18.36%

R = 44.07%
G = 37.57%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#9C8541 (or 0x9C8541) is known color: Luxor Gold. HEX triplet: 9C, 85 and 41. RGB value is (156,133,65). Sum of RGB (Red+Green+Blue) = 156+133+65=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8541 is #637ABE. Grayscale: #848484. Windows color (decimal): -6519487 or 4294044. OLE color: 4294044.

HSL color Cylindrical-coordinate representation of color #9C8541: hue angle of 44.84º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C8541 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 133 65 -
CMYK 0 0.15 0.58 0.39
HSL 44.84º 0.41% 0.43% -
HSV(B) 44.84º 0.58% 0.61% -
XYZ 23.05 24.22 8.46 -
YUV 132.13 90.12 145.03 -
System Red Green Blue C M Y K H S L
Decimal 156 133 65 0 0.15 0.58 0.39 44.84 0.41 0.43
Hex 9C 85 41 0 F 3A 27 2D 29 2B
Octal 234 205 101 0 17 72 47 55 51 53
Binary 10011100 10000101 1000001 0 1111 111010 100111 101101 101001 101011

Color Harmonies of #9C8541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8541

Black with #9C8541

Text Example


Text Example

White with #9C8541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,133,65); }

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

background-color css

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

 a { background-color: rgb(156,133,65); }

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

border-color css

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

 span { border-color: rgb(156,133,65); }

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