#93641D

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

Shades of Golden Brown #93641D

Tints of Golden Brown #93641D

Color information

#93641D (or 0x93641D) is unknown color: approx Golden Brown. HEX triplet: 93, 64 and 1D. RGB value is (147,100,29). Sum of RGB (Red+Green+Blue) = 147+100+29=276 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.26% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 147 - color contains mainly: red. Hex color #93641D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93641D is #6C9BE2. Grayscale: #6A6A6A. Windows color (decimal): -7117795 or 1926291. OLE color: 1926291.

HSL color Cylindrical-coordinate representation of color #93641D: hue angle of 36.1º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #93641D is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB14710029-
CMYK00.320.800.42
HSL36.1º67.05%34.51%-
HSV(B)36.1º80.27%57.65%-
XYZ16.8115.413.25-
YUV105.9684.57157.27-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.26%
GREEN value IS 100 (39.45% from 255) = 36.23%
BLUE value IS 29 (11.72% from 255) = 10.51%
R=53.26%
G=36.23%
B=10.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471002900.320.800.4236.167.0534.51
Hex93641D020502A244323
Octal22314435040120524410343
Binary10010011110010011101010000010100001010101001001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93641D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,100,29); }

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

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

 a { background-color: rgb(147,100,29); }

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

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

 span { border-color: rgb(147,100,29); }

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