Html Css Color HEX #9E5C25 Rich Gold

📋 copy color: '#9E5C25'

red 158 ◦ green 92 ◦ blue 37

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

Shades of Rich Gold #9E5C25

Tints of Rich Gold #9E5C25

RGB

 RED value IS 158 (62.11% from 255) = 55.05%

 GREEN value IS 92 (36.33% from 255) = 32.06%

 BLUE value IS 37 (14.84% from 255) = 12.89%

R = 55.05%
G = 32.06%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.38

RGB Variations

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

Color information

#9E5C25 (or 0x9E5C25) is known color: Rich Gold. HEX triplet: 9E, 5C and 25. RGB value is (158,92,37). Sum of RGB (Red+Green+Blue) = 158+92+37=287 (38% of max value = 765). Red value is 158 (62.11% from 255 or 55.05% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5C25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5C25 is #61A3DA. Grayscale: #696969. Windows color (decimal): -6398939 or 2448542. OLE color: 2448542.

HSL color Cylindrical-coordinate representation of color #9E5C25: hue angle of 27.27º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E5C25 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 92 37 -
CMYK 0 0.42 0.77 0.38
HSL 27.27º 0.62% 0.38% -
HSV(B) 27.27º 0.77% 0.62% -
XYZ 18.26 15.06 3.69 -
YUV 105.46 89.37 165.47 -
System Red Green Blue C M Y K H S L
Decimal 158 92 37 0 0.42 0.77 0.38 27.27 0.62 0.38
Hex 9E 5C 25 0 2A 4D 26 1B 3E 26
Octal 236 134 45 0 52 115 46 33 76 46
Binary 10011110 1011100 100101 0 101010 1001101 100110 11011 111110 100110

Color Harmonies of #9E5C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5C25

Black with #9E5C25

Text Example


Text Example

White with #9E5C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,92,37); }

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

background-color css

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

 a { background-color: rgb(158,92,37); }

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

border-color css

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

 span { border-color: rgb(158,92,37); }

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