#92621D

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

Shades of Golden Brown #92621D

Tints of Golden Brown #92621D

Color information

#92621D (or 0x92621D) is unknown color: approx Golden Brown. HEX triplet: 92, 62 and 1D. RGB value is (146,98,29). Sum of RGB (Red+Green+Blue) = 146+98+29=273 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.48% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 146 - color contains mainly: red. Hex color #92621D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92621D is #6D9DE2. Grayscale: #686868. Windows color (decimal): -7183843 or 1925778. OLE color: 1925778.

HSL color Cylindrical-coordinate representation of color #92621D: hue angle of 35.38º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #92621D is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.43.

Color convert

RGB1469829-
CMYK00.330.800.43
HSL35.38º66.86%34.31%-
HSV(B)35.38º80.14%57.25%-
XYZ16.4414.943.18-
YUV104.4985.4157.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 53.48%
GREEN value IS 98 (38.67% from 255) = 35.90%
BLUE value IS 29 (11.72% from 255) = 10.62%
R=53.48%
G=35.90%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.80
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146982900.330.800.4335.3866.8634.31
Hex92621D021502B234322
Octal22214235041120534310342
Binary10010010110001011101010000110100001010111000111000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92621D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,98,29); }

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

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

 a { background-color: rgb(146,98,29); }

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

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

 span { border-color: rgb(146,98,29); }

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