#94641D

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

Shades of Golden Brown #94641D

Tints of Golden Brown #94641D

Color information

#94641D (or 0x94641D) is unknown color: approx Golden Brown. HEX triplet: 94, 64 and 1D. RGB value is (148,100,29). Sum of RGB (Red+Green+Blue) = 148+100+29=277 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.43% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 148 - color contains mainly: red. Hex color #94641D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94641D is #6B9BE2. Grayscale: #6A6A6A. Windows color (decimal): -7052259 or 1926292. OLE color: 1926292.

HSL color Cylindrical-coordinate representation of color #94641D: hue angle of 35.8º 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 #94641D is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB14810029-
CMYK00.320.800.42
HSL35.8º67.23%34.71%-
HSV(B)35.8º80.41%58.04%-
XYZ16.9915.53.26-
YUV106.2684.4157.77-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.43%
GREEN value IS 100 (39.45% from 255) = 36.10%
BLUE value IS 29 (11.72% from 255) = 10.47%
R=53.43%
G=36.10%
B=10.47%

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
Decimal1481002900.320.800.4235.867.2334.71
Hex94641D020502A244323
Octal22414435040120524410343
Binary10010100110010011101010000010100001010101001001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94641D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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