#925D0D

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

Shades of Golden Brown #925D0D

Tints of Golden Brown #925D0D

Color information

#925D0D (or 0x925D0D) is unknown color: approx Golden Brown. HEX triplet: 92, 5D and 0D. RGB value is (146,93,13). Sum of RGB (Red+Green+Blue) = 146+93+13=252 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.94% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 146 - color contains mainly: red. Hex color #925D0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925D0D is #6DA2F2. Grayscale: #646464. Windows color (decimal): -7185139 or 875922. OLE color: 875922.

HSL color Cylindrical-coordinate representation of color #925D0D: hue angle of 36.09º 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 #925D0D is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB1469313-
CMYK00.360.910.43
HSL36.09º83.65%31.18%-
HSV(B)36.09º91.1%57.25%-
XYZ15.8413.972.24-
YUV99.7379.06161-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 57.94%
GREEN value IS 93 (36.72% from 255) = 36.90%
BLUE value IS 13 (5.47% from 255) = 5.16%
R=57.94%
G=36.90%
B=5.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146931300.360.910.4336.0983.6531.18
Hex925DD0245B2B24541f
Octal22213515044133534412437
Binary100100101011101110101001001011011101011100100101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925D0D; }

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

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

<style>
 a { background-color: #925D0D; }

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

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

<style>
 span { border-color: #925D0D; }

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

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