Html Css Color HEX #9B581D Rich Gold

📋 copy color: '#9B581D'

red 155 ◦ green 88 ◦ blue 29

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

Shades of Rich Gold #9B581D

Tints of Rich Gold #9B581D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.35%

 BLUE value IS 29 (11.72% from 255) = 10.66%

R = 56.99%
G = 32.35%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.81

 K value IS 0.39

RGB Variations

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

Color information

#9B581D (or 0x9B581D) is known color: Rich Gold. HEX triplet: 9B, 58 and 1D. RGB value is (155,88,29). Sum of RGB (Red+Green+Blue) = 155+88+29=272 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.99% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 155 - color contains mainly: red. Hex color #9B581D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B581D is #64A7E2. Grayscale: #656565. Windows color (decimal): -6596579 or 1923227. OLE color: 1923227.

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

Color convert

RGB 155 88 29 -
CMYK 0 0.43 0.81 0.39
HSL 28.1º 0.68% 0.36% -
HSV(B) 28.1º 0.81% 0.61% -
XYZ 17.23 14.04 2.96 -
YUV 101.31 87.2 166.3 -
System Red Green Blue C M Y K H S L
Decimal 155 88 29 0 0.43 0.81 0.39 28.1 0.68 0.36
Hex 9B 58 1D 0 2B 51 27 1C 44 24
Octal 233 130 35 0 53 121 47 34 104 44
Binary 10011011 1011000 11101 0 101011 1010001 100111 11100 1000100 100100

Color Harmonies of #9B581D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B581D

Black with #9B581D

Text Example


Text Example

White with #9B581D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,88,29); }

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

background-color css

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

 a { background-color: rgb(155,88,29); }

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

border-color css

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

 span { border-color: rgb(155,88,29); }

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