Html Css Color HEX #846001 Golden Brown

📋 copy color: '#846001'

red 132 ◦ green 96 ◦ blue 1

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

Shades of Golden Brown #846001

Tints of Golden Brown #846001

RGB

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

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

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

R = 57.64%
G = 41.92%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#846001 (or 0x846001) is known color: Golden Brown. HEX triplet: 84, 60 and 01. RGB value is (132,96,1). Sum of RGB (Red+Green+Blue) = 132+96+1=229 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.64% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 132 - color contains mainly: red. Hex color #846001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846001 is #7B9FFE. Grayscale: #606060. Windows color (decimal): -8101887 or 90244. OLE color: 90244.

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

Color convert

RGB 132 96 1 -
CMYK 0 0.27 0.99 0.48
HSL 43.51º 0.98% 0.26% -
HSV(B) 43.51º 0.99% 0.52% -
XYZ 13.7 13.27 1.87 -
YUV 95.93 74.43 153.72 -
System Red Green Blue C M Y K H S L
Decimal 132 96 1 0 0.27 0.99 0.48 43.51 0.98 0.26
Hex 84 60 1 0 1B 63 30 2C 62 1A
Octal 204 140 1 0 33 143 60 54 142 32
Binary 10000100 1100000 1 0 11011 1100011 110000 101100 1100010 11010

Color Harmonies of #846001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846001

Black with #846001

Text Example


Text Example

White with #846001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846001; }

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

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

background-color css

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

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

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

border-color css

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

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

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