Html Css Color HEX #9B581F Rich Gold

📋 copy color: '#9B581F'

red 155 ◦ green 88 ◦ blue 31

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

Shades of Rich Gold #9B581F

Tints of Rich Gold #9B581F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.31%

R = 56.57%
G = 32.12%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.8

 K value IS 0.39

RGB Variations

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

Color information

#9B581F (or 0x9B581F) is known color: Rich Gold. HEX triplet: 9B, 58 and 1F. RGB value is (155,88,31). Sum of RGB (Red+Green+Blue) = 155+88+31=274 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.57% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 155 - color contains mainly: red. Hex color #9B581F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B581F is #64A7E0. Grayscale: #656565. Windows color (decimal): -6596577 or 2054299. OLE color: 2054299.

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

Color convert

RGB 155 88 31 -
CMYK 0 0.43 0.8 0.39
HSL 27.58º 0.67% 0.36% -
HSV(B) 27.58º 0.8% 0.61% -
XYZ 17.25 14.05 3.1 -
YUV 101.54 88.2 166.13 -
System Red Green Blue C M Y K H S L
Decimal 155 88 31 0 0.43 0.8 0.39 27.58 0.67 0.36
Hex 9B 58 1F 0 2B 50 27 1C 43 24
Octal 233 130 37 0 53 120 47 34 103 44
Binary 10011011 1011000 11111 0 101011 1010000 100111 11100 1000011 100100

Color Harmonies of #9B581F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B581F

Black with #9B581F

Text Example


Text Example

White with #9B581F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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