#94570D

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

Shades of Golden Brown #94570D

Tints of Golden Brown #94570D

Color information

#94570D (or 0x94570D) is unknown color: approx Golden Brown. HEX triplet: 94, 57 and 0D. RGB value is (148,87,13). Sum of RGB (Red+Green+Blue) = 148+87+13=248 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.68% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 148 - color contains mainly: red. Hex color #94570D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94570D is #6BA8F2. Grayscale: #616161. Windows color (decimal): -7055603 or 874388. OLE color: 874388.

HSL color Cylindrical-coordinate representation of color #94570D: hue angle of 32.89º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #94570D is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB1488713-
CMYK00.410.910.42
HSL32.89º83.85%31.57%-
HSV(B)32.89º91.22%58.04%-
XYZ15.6913.142.09-
YUV96.880.71164.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 59.68%
GREEN value IS 87 (34.38% from 255) = 35.08%
BLUE value IS 13 (5.47% from 255) = 5.24%
R=59.68%
G=35.08%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148871300.410.910.4232.8983.8531.57
Hex9457D0295B2A215420
Octal22412715051133524112440
Binary1001010010101111101010100110110111010101000011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94570D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,87,13); }

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

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

 a { background-color: rgb(148,87,13); }

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

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

 span { border-color: rgb(148,87,13); }

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