#9E530E

Color #9E530E Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #9E530E

Tints of Golden Brown #9E530E

Color information

#9E530E (or 0x9E530E) is unknown color: approx Golden Brown. HEX triplet: 9E, 53 and 0E. RGB value is (158,83,14). Sum of RGB (Red+Green+Blue) = 158+83+14=255 (33% of max value = 765). Red value is 158 (62.11% from 255 or 61.96% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 158 - color contains mainly: red. Hex color #9E530E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E530E is #61ACF1. Grayscale: #616161. Windows color (decimal): -6401266 or 938910. OLE color: 938910.

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

Color convert

RGB1588314-
CMYK00.470.910.38
HSL28.75º83.72%33.73%-
HSV(B)28.75º91.14%61.96%-
XYZ17.2713.492.11-
YUV97.5680.85171.11-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 61.96%
GREEN value IS 83 (32.81% from 255) = 32.55%
BLUE value IS 14 (5.86% from 255) = 5.49%
R=61.96%
G=32.55%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158831400.470.910.3828.7583.7233.73
Hex9E53E02F5B261d5422
Octal23612316057133463512442
Binary100111101010011111001011111011011100110111011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E530E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,83,14); }

 H1.HeaderClassName
 {
   color: #9E530E;
 }
 .AnyTagClassName
 {
   color: #9E530E;
 }
</style>
background-color css

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

 a { background-color: rgb(158,83,14); }

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

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

 span { border-color: rgb(158,83,14); }

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