Html Css Color HEX #9C4D26 Rich Gold

📋 copy color: '#9C4D26'

red 156 ◦ green 77 ◦ blue 38

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

Shades of Rich Gold #9C4D26

Tints of Rich Gold #9C4D26

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.41%

 BLUE value IS 38 (15.23% from 255) = 14.02%

R = 57.56%
G = 28.41%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#9C4D26 (or 0x9C4D26) is known color: Rich Gold. HEX triplet: 9C, 4D and 26. RGB value is (156,77,38). Sum of RGB (Red+Green+Blue) = 156+77+38=271 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.56% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4D26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C4D26 is #63B2D9. Grayscale: #606060. Windows color (decimal): -6533850 or 2510236. OLE color: 2510236.

HSL color Cylindrical-coordinate representation of color #9C4D26: hue angle of 19.83º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C4D26 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 77 38 -
CMYK 0 0.51 0.76 0.39
HSL 19.83º 0.61% 0.38% -
HSV(B) 19.83º 0.76% 0.61% -
XYZ 16.71 12.52 3.37 -
YUV 96.18 95.17 170.67 -
System Red Green Blue C M Y K H S L
Decimal 156 77 38 0 0.51 0.76 0.39 19.83 0.61 0.38
Hex 9C 4D 26 0 33 4C 27 14 3D 26
Octal 234 115 46 0 63 114 47 24 75 46
Binary 10011100 1001101 100110 0 110011 1001100 100111 10100 111101 100110

Color Harmonies of #9C4D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4D26

Black with #9C4D26

Text Example


Text Example

White with #9C4D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,77,38); }

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

background-color css

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

 a { background-color: rgb(156,77,38); }

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

border-color css

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

 span { border-color: rgb(156,77,38); }

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