Html Css Color HEX #826200 Golden Brown

📋 copy color: '#826200'

red 130 ◦ green 98 ◦ blue 0

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

Shades of Golden Brown #826200

Tints of Golden Brown #826200

RGB

 RED value IS 130 (51.17% from 255) = 57.02%

 GREEN value IS 98 (38.67% from 255) = 42.98%

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

R = 57.02%
G = 42.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#826200 (or 0x826200) is known color: Golden Brown. HEX triplet: 82, 62 and 00. RGB value is (130,98,0). Sum of RGB (Red+Green+Blue) = 130+98+0=228 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.02% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 130 - color contains mainly: red. Hex color #826200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826200 is #7D9DFF. Grayscale: #606060. Windows color (decimal): -8232448 or 25218. OLE color: 25218.

HSL color Cylindrical-coordinate representation of color #826200: hue angle of 45.23º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #826200 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 98 0 -
CMYK 0 0.25 1 0.49
HSL 45.23º 1% 0.25% -
HSV(B) 45.23º 1% 0.51% -
XYZ 13.57 13.48 1.89 -
YUV 96.4 73.6 151.97 -
System Red Green Blue C M Y K H S L
Decimal 130 98 0 0 0.25 1 0.49 45.23 1 0.25
Hex 82 62 0 0 19 64 31 2D 64 19
Octal 202 142 0 0 31 144 61 55 144 31
Binary 10000010 1100010 0 0 11001 1100100 110001 101101 1100100 11001

Color Harmonies of #826200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826200

Black with #826200

Text Example


Text Example

White with #826200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826200; }

 p { color: rgb(130,98,0); }

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

background-color css

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

 a { background-color: rgb(130,98,0); }

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

border-color css

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

 span { border-color: rgb(130,98,0); }

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