Html Css Color HEX #9B541A Rich Gold

📋 copy color: '#9B541A'

red 155 ◦ green 84 ◦ blue 26

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

Shades of Rich Gold #9B541A

Tints of Rich Gold #9B541A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.81%

R = 58.49%
G = 31.7%
B = 9.81%

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

#9B541A (or 0x9B541A) is known color: Rich Gold. HEX triplet: 9B, 54 and 1A. RGB value is (155,84,26). Sum of RGB (Red+Green+Blue) = 155+84+26=265 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.49% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 155 - color contains mainly: red. Hex color #9B541A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B541A is #64ABE5. Grayscale: #626262. Windows color (decimal): -6597606 or 1725595. OLE color: 1725595.

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

Color convert

RGB 155 84 26 -
CMYK 0 0.46 0.83 0.39
HSL 26.98º 0.71% 0.35% -
HSV(B) 26.98º 0.83% 0.61% -
XYZ 16.87 13.38 2.67 -
YUV 98.62 87.02 168.22 -
System Red Green Blue C M Y K H S L
Decimal 155 84 26 0 0.46 0.83 0.39 26.98 0.71 0.35
Hex 9B 54 1A 0 2E 53 27 1B 47 23
Octal 233 124 32 0 56 123 47 33 107 43
Binary 10011011 1010100 11010 0 101110 1010011 100111 11011 1000111 100011

Color Harmonies of #9B541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B541A

Black with #9B541A

Text Example


Text Example

White with #9B541A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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