#846202

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

Shades of Golden Brown #846202

Tints of Golden Brown #846202

Color information

#846202 (or 0x846202) is unknown color: approx Golden Brown. HEX triplet: 84, 62 and 02. RGB value is (132,98,2). Sum of RGB (Red+Green+Blue) = 132+98+2=232 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.90% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 132 - color contains mainly: red. Hex color #846202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846202 is #7B9DFD. Grayscale: #616161. Windows color (decimal): -8101374 or 156292. OLE color: 156292.

HSL color Cylindrical-coordinate representation of color #846202: hue angle of 44.31º degrees, saturation: 0.97, 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 #846202 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB132982-
CMYK00.260.980.48
HSL44.31º97.01%26.27%-
HSV(B)44.31º98.48%51.76%-
XYZ13.8913.651.96-
YUV97.2274.26152.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.90%
GREEN value IS 98 (38.67% from 255) = 42.24%
BLUE value IS 2 (1.17% from 255) = 0.86%
R=56.90%
G=42.24%
B=0.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13298200.260.980.4844.3197.0126.27
Hex8462201A62302c611a
Octal2041422032142605414132
Binary100001001100010100110101100010110000101100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846202; }

 p { color: rgb(132,98,2); }

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

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

 a { background-color: rgb(132,98,2); }

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

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

 span { border-color: rgb(132,98,2); }

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