Html Css Color HEX #9C4923 Rich Gold

📋 copy color: '#9C4923'

red 156 ◦ green 73 ◦ blue 35

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

Shades of Rich Gold #9C4923

Tints of Rich Gold #9C4923

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.65%

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

R = 59.09%
G = 27.65%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.39

RGB Variations

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

Color information

#9C4923 (or 0x9C4923) is known color: Rich Gold. HEX triplet: 9C, 49 and 23. RGB value is (156,73,35). Sum of RGB (Red+Green+Blue) = 156+73+35=264 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.09% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 35 (14.06% from 255 or 13.26% from 264); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4923 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4923 is #63B6DC. Grayscale: #5D5D5D. Windows color (decimal): -6534877 or 2312604. OLE color: 2312604.

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

Color convert

RGB 156 73 35 -
CMYK 0 0.53 0.78 0.39
HSL 18.84º 0.63% 0.37% -
HSV(B) 18.84º 0.78% 0.61% -
XYZ 16.4 11.95 3.03 -
YUV 93.49 95 172.59 -
System Red Green Blue C M Y K H S L
Decimal 156 73 35 0 0.53 0.78 0.39 18.84 0.63 0.37
Hex 9C 49 23 0 35 4E 27 13 3F 25
Octal 234 111 43 0 65 116 47 23 77 45
Binary 10011100 1001001 100011 0 110101 1001110 100111 10011 111111 100101

Color Harmonies of #9C4923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4923

Black with #9C4923

Text Example


Text Example

White with #9C4923

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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