Html Css Color HEX #846400 Golden Brown

📋 copy color: '#846400'

red 132 ◦ green 100 ◦ blue 0

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

Shades of Golden Brown #846400

Tints of Golden Brown #846400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 43.1%

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

R = 56.9%
G = 43.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#846400 (or 0x846400) is known color: Golden Brown. HEX triplet: 84, 64 and 00. RGB value is (132,100,0). Sum of RGB (Red+Green+Blue) = 132+100+0=232 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.90% from 232); Green value is 100 (39.45% from 255 or 43.10% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 132 - color contains mainly: red. Hex color #846400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846400 is #7B9BFF. Grayscale: #626262. Windows color (decimal): -8100864 or 25732. OLE color: 25732.

HSL color Cylindrical-coordinate representation of color #846400: hue angle of 45.45º 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 #846400 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 100 0 -
CMYK 0 0.24 1 0.48
HSL 45.45º 1% 0.26% -
HSV(B) 45.45º 1% 0.52% -
XYZ 14.07 14.02 1.96 -
YUV 98.17 72.6 152.13 -
System Red Green Blue C M Y K H S L
Decimal 132 100 0 0 0.24 1 0.48 45.45 1 0.26
Hex 84 64 0 0 18 64 30 2D 64 1A
Octal 204 144 0 0 30 144 60 55 144 32
Binary 10000100 1100100 0 0 11000 1100100 110000 101101 1100100 11010

Color Harmonies of #846400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846400

Black with #846400

Text Example


Text Example

White with #846400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846400; }

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

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

background-color css

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

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

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

border-color css

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

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

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