Html Css Color HEX #846200 Golden Brown

📋 copy color: '#846200'

red 132 ◦ green 98 ◦ blue 0

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

Shades of Golden Brown #846200

Tints of Golden Brown #846200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.39%
G = 42.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#846200 (or 0x846200) is known color: Golden Brown. HEX triplet: 84, 62 and 00. RGB value is (132,98,0). Sum of RGB (Red+Green+Blue) = 132+98+0=230 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.39% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 132 - color contains mainly: red. Hex color #846200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846200 is #7B9DFF. Grayscale: #616161. Windows color (decimal): -8101376 or 25220. OLE color: 25220.

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

Color convert

RGB 132 98 0 -
CMYK 0 0.26 1 0.48
HSL 44.55º 1% 0.26% -
HSV(B) 44.55º 1% 0.52% -
XYZ 13.88 13.64 1.9 -
YUV 96.99 73.26 152.97 -
System Red Green Blue C M Y K H S L
Decimal 132 98 0 0 0.26 1 0.48 44.55 1 0.26
Hex 84 62 0 0 1A 64 30 2D 64 1A
Octal 204 142 0 0 32 144 60 55 144 32
Binary 10000100 1100010 0 0 11010 1100100 110000 101101 1100100 11010

Color Harmonies of #846200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846200

Black with #846200

Text Example


Text Example

White with #846200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846200; }

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

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

background-color css

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

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

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

border-color css

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

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

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