Html Css Color HEX #846000 Golden Brown

📋 copy color: '#846000'

red 132 ◦ green 96 ◦ blue 0

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

Shades of Golden Brown #846000

Tints of Golden Brown #846000

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.11%

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

R = 57.89%
G = 42.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#846000 (or 0x846000) is known color: Golden Brown. HEX triplet: 84, 60 and 00. RGB value is (132,96,0). Sum of RGB (Red+Green+Blue) = 132+96+0=228 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.89% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 132 - color contains mainly: red. Hex color #846000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846000 is #7B9FFF. Grayscale: #606060. Windows color (decimal): -8101888 or 24708. OLE color: 24708.

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

Color convert

RGB 132 96 0 -
CMYK 0 0.27 1 0.48
HSL 43.64º 1% 0.26% -
HSV(B) 43.64º 1% 0.52% -
XYZ 13.7 13.27 1.84 -
YUV 95.82 73.93 153.81 -
System Red Green Blue C M Y K H S L
Decimal 132 96 0 0 0.27 1 0.48 43.64 1 0.26
Hex 84 60 0 0 1B 64 30 2C 64 1A
Octal 204 140 0 0 33 144 60 54 144 32
Binary 10000100 1100000 0 0 11011 1100100 110000 101100 1100100 11010

Color Harmonies of #846000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846000

Black with #846000

Text Example


Text Example

White with #846000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846000; }

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

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

background-color css

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

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

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

border-color css

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

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

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