Html Css Color HEX #9D823D Luxor Gold

📋 copy color: '#9D823D'

red 157 ◦ green 130 ◦ blue 61

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

Shades of Luxor Gold #9D823D

Tints of Luxor Gold #9D823D

RGB

 RED value IS 157 (61.72% from 255) = 45.11%

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

 BLUE value IS 61 (24.22% from 255) = 17.53%

R = 45.11%
G = 37.36%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.38

RGB Variations

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

Color information

#9D823D (or 0x9D823D) is known color: Luxor Gold. HEX triplet: 9D, 82 and 3D. RGB value is (157,130,61). Sum of RGB (Red+Green+Blue) = 157+130+61=348 (46% of max value = 765). Red value is 157 (61.72% from 255 or 45.11% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 157 - color contains mainly: red. Hex color #9D823D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D823D is #627DC2. Grayscale: #828282. Windows color (decimal): -6454723 or 4031133. OLE color: 4031133.

HSL color Cylindrical-coordinate representation of color #9D823D: hue angle of 43.12º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9D823D is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 130 61 -
CMYK 0 0.17 0.61 0.38
HSL 43.13º 0.44% 0.43% -
HSV(B) 43.13º 0.61% 0.62% -
XYZ 22.73 23.47 7.75 -
YUV 130.21 88.95 147.11 -
System Red Green Blue C M Y K H S L
Decimal 157 130 61 0 0.17 0.61 0.38 43.13 0.44 0.43
Hex 9D 82 3D 0 11 3D 26 2B 2C 2B
Octal 235 202 75 0 21 75 46 53 54 53
Binary 10011101 10000010 111101 0 10001 111101 100110 101011 101100 101011

Color Harmonies of #9D823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D823D

Black with #9D823D

Text Example


Text Example

White with #9D823D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,130,61); }

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

background-color css

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

 a { background-color: rgb(157,130,61); }

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

border-color css

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

 span { border-color: rgb(157,130,61); }

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