Html Css Color HEX #9B541B Rich Gold

📋 copy color: '#9B541B'

red 155 ◦ green 84 ◦ blue 27

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

Shades of Rich Gold #9B541B

Tints of Rich Gold #9B541B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.58%

 BLUE value IS 27 (10.94% from 255) = 10.15%

R = 58.27%
G = 31.58%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9B541B (or 0x9B541B) is known color: Rich Gold. HEX triplet: 9B, 54 and 1B. RGB value is (155,84,27). Sum of RGB (Red+Green+Blue) = 155+84+27=266 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.27% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 155 - color contains mainly: red. Hex color #9B541B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B541B is #64ABE4. Grayscale: #636363. Windows color (decimal): -6597605 or 1791131. OLE color: 1791131.

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

Color convert

RGB 155 84 27 -
CMYK 0 0.46 0.83 0.39
HSL 26.72º 0.7% 0.36% -
HSV(B) 26.72º 0.83% 0.61% -
XYZ 16.89 13.39 2.73 -
YUV 98.73 87.52 168.13 -
System Red Green Blue C M Y K H S L
Decimal 155 84 27 0 0.46 0.83 0.39 26.72 0.7 0.36
Hex 9B 54 1B 0 2E 53 27 1B 46 24
Octal 233 124 33 0 56 123 47 33 106 44
Binary 10011011 1010100 11011 0 101110 1010011 100111 11011 1000110 100100

Color Harmonies of #9B541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B541B

Black with #9B541B

Text Example


Text Example

White with #9B541B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,84,27); }

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

background-color css

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

 a { background-color: rgb(155,84,27); }

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

border-color css

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

 span { border-color: rgb(155,84,27); }

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