Html Css Color HEX #9F541B Rich Gold

📋 copy color: '#9F541B'

red 159 ◦ green 84 ◦ blue 27

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

Shades of Rich Gold #9F541B

Tints of Rich Gold #9F541B

RGB

 RED value IS 159 (62.5% from 255) = 58.89%

 GREEN value IS 84 (33.2% from 255) = 31.11%

 BLUE value IS 27 (10.94% from 255) = 10%

R = 58.89%
G = 31.11%
B = 10%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#9F541B (or 0x9F541B) is known color: Rich Gold. HEX triplet: 9F, 54 and 1B. RGB value is (159,84,27). Sum of RGB (Red+Green+Blue) = 159+84+27=270 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.89% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 159 - color contains mainly: red. Hex color #9F541B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F541B is #60ABE4. Grayscale: #646464. Windows color (decimal): -6335461 or 1791135. OLE color: 1791135.

HSL color Cylindrical-coordinate representation of color #9F541B: hue angle of 25.91º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9F541B is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 84 27 -
CMYK 0 0.47 0.83 0.38
HSL 25.91º 0.71% 0.36% -
HSV(B) 25.91º 0.83% 0.62% -
XYZ 17.67 13.79 2.77 -
YUV 99.93 86.85 170.13 -
System Red Green Blue C M Y K H S L
Decimal 159 84 27 0 0.47 0.83 0.38 25.91 0.71 0.36
Hex 9F 54 1B 0 2F 53 26 1A 47 24
Octal 237 124 33 0 57 123 46 32 107 44
Binary 10011111 1010100 11011 0 101111 1010011 100110 11010 1000111 100100

Color Harmonies of #9F541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F541B

Black with #9F541B

Text Example


Text Example

White with #9F541B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,84,27); }

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

background-color css

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

 a { background-color: rgb(159,84,27); }

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

border-color css

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

 span { border-color: rgb(159,84,27); }

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