Html Css Color HEX #846002 Golden Brown

📋 copy color: '#846002'

red 132 ◦ green 96 ◦ blue 2

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

Shades of Golden Brown #846002

Tints of Golden Brown #846002

RGB

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

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

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

R = 57.39%
G = 41.74%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#846002 (or 0x846002) is known color: Golden Brown. HEX triplet: 84, 60 and 02. RGB value is (132,96,2). Sum of RGB (Red+Green+Blue) = 132+96+2=230 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.39% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 132 - color contains mainly: red. Hex color #846002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846002 is #7B9FFD. Grayscale: #606060. Windows color (decimal): -8101886 or 155780. OLE color: 155780.

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

Color convert

RGB 132 96 2 -
CMYK 0 0.27 0.98 0.48
HSL 43.38º 0.97% 0.26% -
HSV(B) 43.38º 0.98% 0.52% -
XYZ 13.71 13.28 1.9 -
YUV 96.05 74.93 153.64 -
System Red Green Blue C M Y K H S L
Decimal 132 96 2 0 0.27 0.98 0.48 43.38 0.97 0.26
Hex 84 60 2 0 1B 62 30 2B 61 1A
Octal 204 140 2 0 33 142 60 53 141 32
Binary 10000100 1100000 10 0 11011 1100010 110000 101011 1100001 11010

Color Harmonies of #846002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846002

Black with #846002

Text Example


Text Example

White with #846002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846002; }

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

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

background-color css

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

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

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

border-color css

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

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

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