Html Css Color HEX #9C5923 Rich Gold

📋 copy color: '#9C5923'

red 156 ◦ green 89 ◦ blue 35

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

Shades of Rich Gold #9C5923

Tints of Rich Gold #9C5923

RGB

 RED value IS 156 (61.33% from 255) = 55.71%

 GREEN value IS 89 (35.16% from 255) = 31.79%

 BLUE value IS 35 (14.06% from 255) = 12.5%

R = 55.71%
G = 31.79%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.39

RGB Variations

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

Color information

#9C5923 (or 0x9C5923) is known color: Rich Gold. HEX triplet: 9C, 59 and 23. RGB value is (156,89,35). Sum of RGB (Red+Green+Blue) = 156+89+35=280 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.71% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 35 (14.06% from 255 or 12.5% from 280); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5923 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5923 is #63A6DC. Grayscale: #676767. Windows color (decimal): -6530781 or 2316700. OLE color: 2316700.

HSL color Cylindrical-coordinate representation of color #9C5923: hue angle of 26.78º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C5923 is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 89 35 -
CMYK 0 0.43 0.78 0.39
HSL 26.78º 0.63% 0.37% -
HSV(B) 26.78º 0.78% 0.61% -
XYZ 17.59 14.33 3.43 -
YUV 102.88 89.7 165.89 -
System Red Green Blue C M Y K H S L
Decimal 156 89 35 0 0.43 0.78 0.39 26.78 0.63 0.37
Hex 9C 59 23 0 2B 4E 27 1B 3F 25
Octal 234 131 43 0 53 116 47 33 77 45
Binary 10011100 1011001 100011 0 101011 1001110 100111 11011 111111 100101

Color Harmonies of #9C5923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5923

Black with #9C5923

Text Example


Text Example

White with #9C5923

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,89,35); }

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

background-color css

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

 a { background-color: rgb(156,89,35); }

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

border-color css

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

 span { border-color: rgb(156,89,35); }

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