Html Css Color HEX #9B481A Rich Gold

📋 copy color: '#9B481A'

red 155 ◦ green 72 ◦ blue 26

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

Shades of Rich Gold #9B481A

Tints of Rich Gold #9B481A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.46%

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

R = 61.26%
G = 28.46%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9B481A (or 0x9B481A) is known color: Rich Gold. HEX triplet: 9B, 48 and 1A. RGB value is (155,72,26). Sum of RGB (Red+Green+Blue) = 155+72+26=253 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.26% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 155 - color contains mainly: red. Hex color #9B481A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B481A is #64B7E5. Grayscale: #5B5B5B. Windows color (decimal): -6600678 or 1722523. OLE color: 1722523.

HSL color Cylindrical-coordinate representation of color #9B481A: hue angle of 21.4º 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 #9B481A is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 72 26 -
CMYK 0 0.54 0.83 0.39
HSL 21.4º 0.71% 0.35% -
HSV(B) 21.4º 0.83% 0.61% -
XYZ 16.02 11.68 2.39 -
YUV 91.57 91 173.24 -
System Red Green Blue C M Y K H S L
Decimal 155 72 26 0 0.54 0.83 0.39 21.4 0.71 0.35
Hex 9B 48 1A 0 36 53 27 15 47 23
Octal 233 110 32 0 66 123 47 25 107 43
Binary 10011011 1001000 11010 0 110110 1010011 100111 10101 1000111 100011

Color Harmonies of #9B481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B481A

Black with #9B481A

Text Example


Text Example

White with #9B481A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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