Html Css Color HEX #9B471C Rich Gold

📋 copy color: '#9B471C'

red 155 ◦ green 71 ◦ blue 28

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

Shades of Rich Gold #9B471C

Tints of Rich Gold #9B471C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.95%

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

R = 61.02%
G = 27.95%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#9B471C (or 0x9B471C) is known color: Rich Gold. HEX triplet: 9B, 47 and 1C. RGB value is (155,71,28). Sum of RGB (Red+Green+Blue) = 155+71+28=254 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.02% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 155 - color contains mainly: red. Hex color #9B471C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B471C is #64B8E3. Grayscale: #5B5B5B. Windows color (decimal): -6600932 or 1853339. OLE color: 1853339.

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

Color convert

RGB 155 71 28 -
CMYK 0 0.54 0.82 0.39
HSL 20.31º 0.69% 0.36% -
HSV(B) 20.31º 0.82% 0.61% -
XYZ 15.98 11.56 2.49 -
YUV 91.21 92.33 173.5 -
System Red Green Blue C M Y K H S L
Decimal 155 71 28 0 0.54 0.82 0.39 20.31 0.69 0.36
Hex 9B 47 1C 0 36 52 27 14 45 24
Octal 233 107 34 0 66 122 47 24 105 44
Binary 10011011 1000111 11100 0 110110 1010010 100111 10100 1000101 100100

Color Harmonies of #9B471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B471C

Black with #9B471C

Text Example


Text Example

White with #9B471C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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