Html Css Color HEX #846201 Golden Brown

📋 copy color: '#846201'

red 132 ◦ green 98 ◦ blue 1

#846201
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #846201

Tints of Golden Brown #846201

RGB

 RED value IS 132 (51.95% from 255) = 57.14%

 GREEN value IS 98 (38.67% from 255) = 42.42%

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 57.14%
G = 42.42%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#846201 (or 0x846201) is known color: Golden Brown. HEX triplet: 84, 62 and 01. RGB value is (132,98,1). Sum of RGB (Red+Green+Blue) = 132+98+1=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #846201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846201 is #7B9DFE. Grayscale: #616161. Windows color (decimal): -8101375 or 90756. OLE color: 90756.

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

Color convert

RGB 132 98 1 -
CMYK 0 0.26 0.99 0.48
HSL 44.43º 0.98% 0.26% -
HSV(B) 44.43º 0.99% 0.52% -
XYZ 13.89 13.64 1.93 -
YUV 97.11 73.76 152.89 -
System Red Green Blue C M Y K H S L
Decimal 132 98 1 0 0.26 0.99 0.48 44.43 0.98 0.26
Hex 84 62 1 0 1A 63 30 2C 62 1A
Octal 204 142 1 0 32 143 60 54 142 32
Binary 10000100 1100010 1 0 11010 1100011 110000 101100 1100010 11010

Color Harmonies of #846201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846201

Black with #846201

Text Example


Text Example

White with #846201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846201; }

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

 H1.HeaderClassName
 {
   color: #846201;
 }
 .AnyTagClassName
 {
   color: #846201;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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