Html Css Color HEX #846300 Golden Brown

📋 copy color: '#846300'

red 132 ◦ green 99 ◦ blue 0

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

Shades of Golden Brown #846300

Tints of Golden Brown #846300

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.86%

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

R = 57.14%
G = 42.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#846300 (or 0x846300) is known color: Golden Brown. HEX triplet: 84, 63 and 00. RGB value is (132,99,0). Sum of RGB (Red+Green+Blue) = 132+99+0=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #846300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846300 is #7B9CFF. Grayscale: #626262. Windows color (decimal): -8101120 or 25476. OLE color: 25476.

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

Color convert

RGB 132 99 0 -
CMYK 0 0.25 1 0.48
HSL 45º 1% 0.26% -
HSV(B) 45º 1% 0.52% -
XYZ 13.98 13.83 1.93 -
YUV 97.58 72.93 152.55 -
System Red Green Blue C M Y K H S L
Decimal 132 99 0 0 0.25 1 0.48 45 1 0.26
Hex 84 63 0 0 19 64 30 2D 64 1A
Octal 204 143 0 0 31 144 60 55 144 32
Binary 10000100 1100011 0 0 11001 1100100 110000 101101 1100100 11010

Color Harmonies of #846300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846300

Black with #846300

Text Example


Text Example

White with #846300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846300; }

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

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

background-color css

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

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

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

border-color css

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

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

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