#92560D

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

Shades of Golden Brown #92560D

Tints of Golden Brown #92560D

Color information

#92560D (or 0x92560D) is unknown color: approx Golden Brown. HEX triplet: 92, 56 and 0D. RGB value is (146,86,13). Sum of RGB (Red+Green+Blue) = 146+86+13=245 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.59% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 146 - color contains mainly: red. Hex color #92560D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #92560D is #6DA9F2. Grayscale: #5F5F5F. Windows color (decimal): -7186931 or 874130. OLE color: 874130.

HSL color Cylindrical-coordinate representation of color #92560D: hue angle of 32.93º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #92560D is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB1468613-
CMYK00.410.910.43
HSL32.93º83.65%31.18%-
HSV(B)32.93º91.1%57.25%-
XYZ15.2512.82.05-
YUV95.6281.38163.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 59.59%
GREEN value IS 86 (33.98% from 255) = 35.10%
BLUE value IS 13 (5.47% from 255) = 5.31%
R=59.59%
G=35.10%
B=5.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146861300.410.910.4332.9383.6531.18
Hex9256D0295B2B21541f
Octal22212615051133534112437
Binary100100101010110110101010011011011101011100001101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92560D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92560D; }

 p { color: rgb(146,86,13); }

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

<style>
 a { background-color: #92560D; }

 a { background-color: rgb(146,86,13); }

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

<style>
 span { border-color: #92560D; }

 span { border-color: rgb(146,86,13); }

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