#95540A

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

Shades of Golden Brown #95540A

Tints of Golden Brown #95540A

Color information

#95540A (or 0x95540A) is unknown color: approx Golden Brown. HEX triplet: 95, 54 and 0A. RGB value is (149,84,10). Sum of RGB (Red+Green+Blue) = 149+84+10=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #95540A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95540A is #6AABF5. Grayscale: #5F5F5F. Windows color (decimal): -6990838 or 677013. OLE color: 677013.

HSL color Cylindrical-coordinate representation of color #95540A: hue angle of 31.94º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #95540A is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1498410-
CMYK00.440.930.42
HSL31.94º87.42%31.18%-
HSV(B)31.94º93.29%58.43%-
XYZ15.6212.751.93-
YUV9580.03166.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 61.32%
GREEN value IS 84 (33.20% from 255) = 34.57%
BLUE value IS 10 (4.30% from 255) = 4.12%
R=61.32%
G=34.57%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149841000.440.930.4231.9487.4231.18
Hex9554A02C5D2A20571f
Octal22512412054135524012737
Binary100101011010100101001011001011101101010100000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95540A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95540A; }

 p { color: rgb(149,84,10); }

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

<style>
 a { background-color: #95540A; }

 a { background-color: rgb(149,84,10); }

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

<style>
 span { border-color: #95540A; }

 span { border-color: rgb(149,84,10); }

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