Html Css Color HEX #9B481B Rich Gold

📋 copy color: '#9B481B'

red 155 ◦ green 72 ◦ blue 27

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

Shades of Rich Gold #9B481B

Tints of Rich Gold #9B481B

RGB

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

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

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

R = 61.02%
G = 28.35%
B = 10.63%

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

#9B481B (or 0x9B481B) is known color: Rich Gold. HEX triplet: 9B, 48 and 1B. RGB value is (155,72,27). Sum of RGB (Red+Green+Blue) = 155+72+27=254 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.02% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 155 - color contains mainly: red. Hex color #9B481B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B481B is #64B7E4. Grayscale: #5B5B5B. Windows color (decimal): -6600677 or 1788059. OLE color: 1788059.

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

Color convert

RGB 155 72 27 -
CMYK 0 0.54 0.83 0.39
HSL 21.09º 0.7% 0.36% -
HSV(B) 21.09º 0.83% 0.61% -
XYZ 16.03 11.68 2.45 -
YUV 91.69 91.5 173.16 -
System Red Green Blue C M Y K H S L
Decimal 155 72 27 0 0.54 0.83 0.39 21.09 0.7 0.36
Hex 9B 48 1B 0 36 53 27 15 46 24
Octal 233 110 33 0 66 123 47 25 106 44
Binary 10011011 1001000 11011 0 110110 1010011 100111 10101 1000110 100100

Color Harmonies of #9B481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B481B

Black with #9B481B

Text Example


Text Example

White with #9B481B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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