Html Css Color HEX #846402 Golden Brown

📋 copy color: '#846402'

red 132 ◦ green 100 ◦ blue 2

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

Shades of Golden Brown #846402

Tints of Golden Brown #846402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.85%

R = 56.41%
G = 42.74%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#846402 (or 0x846402) is known color: Golden Brown. HEX triplet: 84, 64 and 02. RGB value is (132,100,2). Sum of RGB (Red+Green+Blue) = 132+100+2=234 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.41% from 234); Green value is 100 (39.45% from 255 or 42.74% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 132 - color contains mainly: red. Hex color #846402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846402 is #7B9BFD. Grayscale: #626262. Windows color (decimal): -8100862 or 156804. OLE color: 156804.

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

Color convert

RGB 132 100 2 -
CMYK 0 0.24 0.98 0.48
HSL 45.23º 0.97% 0.26% -
HSV(B) 45.23º 0.98% 0.52% -
XYZ 14.08 14.02 2.02 -
YUV 98.4 73.6 151.97 -
System Red Green Blue C M Y K H S L
Decimal 132 100 2 0 0.24 0.98 0.48 45.23 0.97 0.26
Hex 84 64 2 0 18 62 30 2D 61 1A
Octal 204 144 2 0 30 142 60 55 141 32
Binary 10000100 1100100 10 0 11000 1100010 110000 101101 1100001 11010

Color Harmonies of #846402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846402

Black with #846402

Text Example


Text Example

White with #846402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846402; }

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

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

background-color css

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

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

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

border-color css

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

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

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