Html Css Color HEX #9B491C Rich Gold

📋 copy color: '#9B491C'

red 155 ◦ green 73 ◦ blue 28

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

Shades of Rich Gold #9B491C

Tints of Rich Gold #9B491C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.94%

R = 60.55%
G = 28.52%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#9B491C (or 0x9B491C) is known color: Rich Gold. HEX triplet: 9B, 49 and 1C. RGB value is (155,73,28). Sum of RGB (Red+Green+Blue) = 155+73+28=256 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.55% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 155 - color contains mainly: red. Hex color #9B491C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B491C is #64B6E3. Grayscale: #5C5C5C. Windows color (decimal): -6600420 or 1853851. OLE color: 1853851.

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

Color convert

RGB 155 73 28 -
CMYK 0 0.53 0.82 0.39
HSL 21.26º 0.69% 0.36% -
HSV(B) 21.26º 0.82% 0.61% -
XYZ 16.11 11.82 2.53 -
YUV 92.39 91.67 172.66 -
System Red Green Blue C M Y K H S L
Decimal 155 73 28 0 0.53 0.82 0.39 21.26 0.69 0.36
Hex 9B 49 1C 0 35 52 27 15 45 24
Octal 233 111 34 0 65 122 47 25 105 44
Binary 10011011 1001001 11100 0 110101 1010010 100111 10101 1000101 100100

Color Harmonies of #9B491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B491C

Black with #9B491C

Text Example


Text Example

White with #9B491C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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