#94621B

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

Shades of Golden Brown #94621B

Tints of Golden Brown #94621B

Color information

#94621B (or 0x94621B) is unknown color: approx Golden Brown. HEX triplet: 94, 62 and 1B. RGB value is (148,98,27). Sum of RGB (Red+Green+Blue) = 148+98+27=273 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.21% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 148 - color contains mainly: red. Hex color #94621B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94621B is #6B9DE4. Grayscale: #696969. Windows color (decimal): -7052773 or 1794708. OLE color: 1794708.

HSL color Cylindrical-coordinate representation of color #94621B: hue angle of 35.21º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #94621B is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB1489827-
CMYK00.340.820.42
HSL35.21º69.14%34.31%-
HSV(B)35.21º81.76%58.04%-
XYZ16.7815.113.07-
YUV104.8684.06158.77-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.21%
GREEN value IS 98 (38.67% from 255) = 35.90%
BLUE value IS 27 (10.94% from 255) = 9.89%
R=54.21%
G=35.90%
B=9.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148982700.340.820.4235.2169.1434.31
Hex94621B022522A234522
Octal22414233042122524310542
Binary10010100110001011011010001010100101010101000111000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94621B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94621B; }

 p { color: rgb(148,98,27); }

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

<style>
 a { background-color: #94621B; }

 a { background-color: rgb(148,98,27); }

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

<style>
 span { border-color: #94621B; }

 span { border-color: rgb(148,98,27); }

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