Html Css Color HEX #9B491E Rich Gold

📋 copy color: '#9B491E'

red 155 ◦ green 73 ◦ blue 30

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

Shades of Rich Gold #9B491E

Tints of Rich Gold #9B491E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.29%

 BLUE value IS 30 (12.11% from 255) = 11.63%

R = 60.08%
G = 28.29%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.39

RGB Variations

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

Color information

#9B491E (or 0x9B491E) is known color: Rich Gold. HEX triplet: 9B, 49 and 1E. RGB value is (155,73,30). Sum of RGB (Red+Green+Blue) = 155+73+30=258 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.08% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 155 - color contains mainly: red. Hex color #9B491E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B491E is #64B6E1. Grayscale: #5C5C5C. Windows color (decimal): -6600418 or 1984923. OLE color: 1984923.

HSL color Cylindrical-coordinate representation of color #9B491E: hue angle of 20.64º 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 #9B491E is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 73 30 -
CMYK 0 0.53 0.81 0.39
HSL 20.64º 0.68% 0.36% -
HSV(B) 20.64º 0.81% 0.61% -
XYZ 16.13 11.83 2.66 -
YUV 92.62 92.67 172.5 -
System Red Green Blue C M Y K H S L
Decimal 155 73 30 0 0.53 0.81 0.39 20.64 0.68 0.36
Hex 9B 49 1E 0 35 51 27 15 44 24
Octal 233 111 36 0 65 121 47 25 104 44
Binary 10011011 1001001 11110 0 110101 1010001 100111 10101 1000100 100100

Color Harmonies of #9B491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B491E

Black with #9B491E

Text Example


Text Example

White with #9B491E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,73,30); }

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

background-color css

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

 a { background-color: rgb(155,73,30); }

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

border-color css

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

 span { border-color: rgb(155,73,30); }

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