Html Css Color HEX #9B541D Rich Gold

📋 copy color: '#9B541D'

red 155 ◦ green 84 ◦ blue 29

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

Shades of Rich Gold #9B541D

Tints of Rich Gold #9B541D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.82%

R = 57.84%
G = 31.34%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.81

 K value IS 0.39

RGB Variations

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

Color information

#9B541D (or 0x9B541D) is known color: Rich Gold. HEX triplet: 9B, 54 and 1D. RGB value is (155,84,29). Sum of RGB (Red+Green+Blue) = 155+84+29=268 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.84% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 29 (11.72% from 255 or 10.82% from 268); Max value from RGB is 155 - color contains mainly: red. Hex color #9B541D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B541D is #64ABE2. Grayscale: #636363. Windows color (decimal): -6597603 or 1922203. OLE color: 1922203.

HSL color Cylindrical-coordinate representation of color #9B541D: hue angle of 26.19º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B541D is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 84 29 -
CMYK 0 0.46 0.81 0.39
HSL 26.19º 0.68% 0.36% -
HSV(B) 26.19º 0.81% 0.61% -
XYZ 16.91 13.4 2.86 -
YUV 98.96 88.52 167.97 -
System Red Green Blue C M Y K H S L
Decimal 155 84 29 0 0.46 0.81 0.39 26.19 0.68 0.36
Hex 9B 54 1D 0 2E 51 27 1A 44 24
Octal 233 124 35 0 56 121 47 32 104 44
Binary 10011011 1010100 11101 0 101110 1010001 100111 11010 1000100 100100

Color Harmonies of #9B541D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B541D

Black with #9B541D

Text Example


Text Example

White with #9B541D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,84,29); }

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

background-color css

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

 a { background-color: rgb(155,84,29); }

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

border-color css

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

 span { border-color: rgb(155,84,29); }

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