#92700D

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

Shades of Golden Brown #92700D

Tints of Golden Brown #92700D

Color information

#92700D (or 0x92700D) is unknown color: approx Golden Brown. HEX triplet: 92, 70 and 0D. RGB value is (146,112,13). Sum of RGB (Red+Green+Blue) = 146+112+13=271 (35% of max value = 765). Red value is 146 (57.42% from 255 or 53.87% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 146 - color contains mainly: red. Hex color #92700D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #92700D is #6D8FF2. Grayscale: #6F6F6F. Windows color (decimal): -7180275 or 880786. OLE color: 880786.

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

Color convert

RGB14611213-
CMYK00.230.910.43
HSL44.66º83.65%31.18%-
HSV(B)44.66º91.1%57.25%-
XYZ17.7217.732.87-
YUV110.8872.76153.05-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 53.87%
GREEN value IS 112 (44.14% from 255) = 41.33%
BLUE value IS 13 (5.47% from 255) = 4.80%
R=53.87%
G=41.33%
B=4.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461121300.230.910.4344.6683.6531.18
Hex9270D0175B2B2d541f
Octal22216015027133535512437
Binary10010010111000011010101111011011101011101101101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92700D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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