Html Css Color HEX #9B4C17 Rich Gold

📋 copy color: '#9B4C17'

red 155 ◦ green 76 ◦ blue 23

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

Shades of Rich Gold #9B4C17

Tints of Rich Gold #9B4C17

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.92%

 BLUE value IS 23 (9.38% from 255) = 9.06%

R = 61.02%
G = 29.92%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9B4C17 (or 0x9B4C17) is known color: Rich Gold. HEX triplet: 9B, 4C and 17. RGB value is (155,76,23). Sum of RGB (Red+Green+Blue) = 155+76+23=254 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.02% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 23 (9.38% from 255 or 9.06% from 254); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4C17 is #64B3E8. Grayscale: #5D5D5D. Windows color (decimal): -6599657 or 1526939. OLE color: 1526939.

HSL color Cylindrical-coordinate representation of color #9B4C17: hue angle of 24.09º degrees, saturation: 0.74, 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 #9B4C17 is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 76 23 -
CMYK 0 0.51 0.85 0.39
HSL 24.09º 0.74% 0.35% -
HSV(B) 24.09º 0.85% 0.61% -
XYZ 16.26 12.2 2.31 -
YUV 93.58 88.17 171.81 -
System Red Green Blue C M Y K H S L
Decimal 155 76 23 0 0.51 0.85 0.39 24.09 0.74 0.35
Hex 9B 4C 17 0 33 55 27 18 4A 23
Octal 233 114 27 0 63 125 47 30 112 43
Binary 10011011 1001100 10111 0 110011 1010101 100111 11000 1001010 100011

Color Harmonies of #9B4C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4C17

Black with #9B4C17

Text Example


Text Example

White with #9B4C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,76,23); }

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

background-color css

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

 a { background-color: rgb(155,76,23); }

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

border-color css

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

 span { border-color: rgb(155,76,23); }

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