Html Css Color HEX #9B4919 Rich Gold

📋 copy color: '#9B4919'

red 155 ◦ green 73 ◦ blue 25

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

Shades of Rich Gold #9B4919

Tints of Rich Gold #9B4919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.88%

R = 61.26%
G = 28.85%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.39

RGB Variations

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

Color information

#9B4919 (or 0x9B4919) is known color: Rich Gold. HEX triplet: 9B, 49 and 19. RGB value is (155,73,25). Sum of RGB (Red+Green+Blue) = 155+73+25=253 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.26% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4919 is #64B6E6. Grayscale: #5C5C5C. Windows color (decimal): -6600423 or 1657243. OLE color: 1657243.

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

Color convert

RGB 155 73 25 -
CMYK 0 0.53 0.84 0.39
HSL 22.15º 0.72% 0.35% -
HSV(B) 22.15º 0.84% 0.61% -
XYZ 16.08 11.8 2.35 -
YUV 92.05 90.17 172.9 -
System Red Green Blue C M Y K H S L
Decimal 155 73 25 0 0.53 0.84 0.39 22.15 0.72 0.35
Hex 9B 49 19 0 35 54 27 16 48 23
Octal 233 111 31 0 65 124 47 26 110 43
Binary 10011011 1001001 11001 0 110101 1010100 100111 10110 1001000 100011

Color Harmonies of #9B4919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4919

Black with #9B4919

Text Example


Text Example

White with #9B4919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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