#93641C

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

Shades of Golden Brown #93641C

Tints of Golden Brown #93641C

Color information

#93641C (or 0x93641C) is unknown color: approx Golden Brown. HEX triplet: 93, 64 and 1C. RGB value is (147,100,28). Sum of RGB (Red+Green+Blue) = 147+100+28=275 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.45% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 147 - color contains mainly: red. Hex color #93641C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93641C is #6C9BE3. Grayscale: #6A6A6A. Windows color (decimal): -7117796 or 1860755. OLE color: 1860755.

HSL color Cylindrical-coordinate representation of color #93641C: hue angle of 36.3º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #93641C is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB14710028-
CMYK00.320.810.42
HSL36.3º68%34.31%-
HSV(B)36.3º80.95%57.65%-
XYZ16.815.43.19-
YUV105.8484.07157.35-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.45%
GREEN value IS 100 (39.45% from 255) = 36.36%
BLUE value IS 28 (11.33% from 255) = 10.18%
R=53.45%
G=36.36%
B=10.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471002800.320.810.4236.36834.31
Hex93641C020512A244422
Octal22314434040121524410442
Binary10010011110010011100010000010100011010101001001000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93641C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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