Html Css Color HEX #9B4A18 Rich Gold

📋 copy color: '#9B4A18'

red 155 ◦ green 74 ◦ blue 24

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

Shades of Rich Gold #9B4A18

Tints of Rich Gold #9B4A18

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.25%

 BLUE value IS 24 (9.77% from 255) = 9.49%

R = 61.26%
G = 29.25%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9B4A18 (or 0x9B4A18) is known color: Rich Gold. HEX triplet: 9B, 4A and 18. RGB value is (155,74,24). Sum of RGB (Red+Green+Blue) = 155+74+24=253 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.26% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4A18 is #64B5E7. Grayscale: #5C5C5C. Windows color (decimal): -6600168 or 1591963. OLE color: 1591963.

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

Color convert

RGB 155 74 24 -
CMYK 0 0.52 0.85 0.39
HSL 22.9º 0.73% 0.35% -
HSV(B) 22.9º 0.85% 0.61% -
XYZ 16.13 11.93 2.32 -
YUV 92.52 89.34 172.57 -
System Red Green Blue C M Y K H S L
Decimal 155 74 24 0 0.52 0.85 0.39 22.9 0.73 0.35
Hex 9B 4A 18 0 34 55 27 17 49 23
Octal 233 112 30 0 64 125 47 27 111 43
Binary 10011011 1001010 11000 0 110100 1010101 100111 10111 1001001 100011

Color Harmonies of #9B4A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4A18

Black with #9B4A18

Text Example


Text Example

White with #9B4A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,74,24); }

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

background-color css

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

 a { background-color: rgb(155,74,24); }

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

border-color css

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

 span { border-color: rgb(155,74,24); }

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