#845C03

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

Shades of Golden Brown #845C03

Tints of Golden Brown #845C03

Color information

#845C03 (or 0x845C03) is unknown color: approx Golden Brown. HEX triplet: 84, 5C and 03. RGB value is (132,92,3). Sum of RGB (Red+Green+Blue) = 132+92+3=227 (30% of max value = 765). Red value is 132 (51.95% from 255 or 58.15% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 3 (1.56% from 255 or 1.32% from 227); Max value from RGB is 132 - color contains mainly: red. Hex color #845C03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845C03 is #7BA3FC. Grayscale: #5E5E5E. Windows color (decimal): -8102909 or 220292. OLE color: 220292.

HSL color Cylindrical-coordinate representation of color #845C03: hue angle of 41.4º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #845C03 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB132923-
CMYK00.300.980.48
HSL41.4º95.56%26.47%-
HSV(B)41.4º97.73%51.76%-
XYZ13.3612.571.81-
YUV93.8176.75155.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.15%
GREEN value IS 92 (36.33% from 255) = 40.53%
BLUE value IS 3 (1.56% from 255) = 1.32%
R=58.15%
G=40.53%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13292300.300.980.4841.495.5626.47
Hex845C301E623029601a
Octal2041343036142605114032
Binary100001001011100110111101100010110000101001110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845C03; }

 p { color: rgb(132,92,3); }

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

<style>
 a { background-color: #845C03; }

 a { background-color: rgb(132,92,3); }

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

<style>
 span { border-color: #845C03; }

 span { border-color: rgb(132,92,3); }

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