Html Css Color HEX #9B5019 Rich Gold

📋 copy color: '#9B5019'

red 155 ◦ green 80 ◦ blue 25

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

Shades of Rich Gold #9B5019

Tints of Rich Gold #9B5019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.77%

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

R = 59.62%
G = 30.77%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.39

RGB Variations

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

Color information

#9B5019 (or 0x9B5019) is known color: Rich Gold. HEX triplet: 9B, 50 and 19. RGB value is (155,80,25). Sum of RGB (Red+Green+Blue) = 155+80+25=260 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.62% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5019 is #64AFE6. Grayscale: #606060. Windows color (decimal): -6598631 or 1659035. OLE color: 1659035.

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

Color convert

RGB 155 80 25 -
CMYK 0 0.48 0.84 0.39
HSL 25.38º 0.72% 0.35% -
HSV(B) 25.38º 0.84% 0.61% -
XYZ 16.56 12.78 2.51 -
YUV 96.16 87.85 169.97 -
System Red Green Blue C M Y K H S L
Decimal 155 80 25 0 0.48 0.84 0.39 25.38 0.72 0.35
Hex 9B 50 19 0 30 54 27 19 48 23
Octal 233 120 31 0 60 124 47 31 110 43
Binary 10011011 1010000 11001 0 110000 1010100 100111 11001 1001000 100011

Color Harmonies of #9B5019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5019

Black with #9B5019

Text Example


Text Example

White with #9B5019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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