Html Css Color HEX #9B5018 Rich Gold

📋 copy color: '#9B5018'

red 155 ◦ green 80 ◦ blue 24

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

Shades of Rich Gold #9B5018

Tints of Rich Gold #9B5018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.27%

R = 59.85%
G = 30.89%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9B5018 (or 0x9B5018) is known color: Rich Gold. HEX triplet: 9B, 50 and 18. RGB value is (155,80,24). Sum of RGB (Red+Green+Blue) = 155+80+24=259 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.85% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5018 is #64AFE7. Grayscale: #606060. Windows color (decimal): -6598632 or 1593499. OLE color: 1593499.

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

Color convert

RGB 155 80 24 -
CMYK 0 0.48 0.85 0.39
HSL 25.65º 0.73% 0.35% -
HSV(B) 25.65º 0.85% 0.61% -
XYZ 16.55 12.77 2.46 -
YUV 96.04 87.35 170.05 -
System Red Green Blue C M Y K H S L
Decimal 155 80 24 0 0.48 0.85 0.39 25.65 0.73 0.35
Hex 9B 50 18 0 30 55 27 1A 49 23
Octal 233 120 30 0 60 125 47 32 111 43
Binary 10011011 1010000 11000 0 110000 1010101 100111 11010 1001001 100011

Color Harmonies of #9B5018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5018

Black with #9B5018

Text Example


Text Example

White with #9B5018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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