#94671E

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

Shades of Golden Brown #94671E

Tints of Golden Brown #94671E

Color information

#94671E (or 0x94671E) is unknown color: approx Golden Brown. HEX triplet: 94, 67 and 1E. RGB value is (148,103,30). Sum of RGB (Red+Green+Blue) = 148+103+30=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #94671E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94671E is #6B98E1. Grayscale: #6C6C6C. Windows color (decimal): -7051490 or 1992596. OLE color: 1992596.

HSL color Cylindrical-coordinate representation of color #94671E: hue angle of 37.12º degrees, saturation: 0.66, 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 #94671E is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB14810330-
CMYK00.300.800.42
HSL37.12º66.29%34.9%-
HSV(B)37.12º79.73%58.04%-
XYZ17.316.093.42-
YUV108.1383.91156.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.67%
GREEN value IS 103 (40.62% from 255) = 36.65%
BLUE value IS 30 (12.11% from 255) = 10.68%
R=52.67%
G=36.65%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481033000.300.800.4237.1266.2934.9
Hex94671E01E502A254223
Octal22414736036120524510243
Binary1001010011001111111001111010100001010101001011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94671E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94671E; }

 p { color: rgb(148,103,30); }

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

<style>
 a { background-color: #94671E; }

 a { background-color: rgb(148,103,30); }

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

<style>
 span { border-color: #94671E; }

 span { border-color: rgb(148,103,30); }

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