Html Css Color HEX #826000 Golden Brown

📋 copy color: '#826000'

red 130 ◦ green 96 ◦ blue 0

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

Shades of Golden Brown #826000

Tints of Golden Brown #826000

RGB

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

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

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

R = 57.52%
G = 42.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#826000 (or 0x826000) is known color: Golden Brown. HEX triplet: 82, 60 and 00. RGB value is (130,96,0). Sum of RGB (Red+Green+Blue) = 130+96+0=226 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.52% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 130 - color contains mainly: red. Hex color #826000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826000 is #7D9FFF. Grayscale: #5F5F5F. Windows color (decimal): -8232960 or 24706. OLE color: 24706.

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

Color convert

RGB 130 96 0 -
CMYK 0 0.26 1 0.49
HSL 44.31º 1% 0.25% -
HSV(B) 44.31º 1% 0.51% -
XYZ 13.39 13.11 1.83 -
YUV 95.22 74.26 152.81 -
System Red Green Blue C M Y K H S L
Decimal 130 96 0 0 0.26 1 0.49 44.31 1 0.25
Hex 82 60 0 0 1A 64 31 2C 64 19
Octal 202 140 0 0 32 144 61 54 144 31
Binary 10000010 1100000 0 0 11010 1100100 110001 101100 1100100 11001

Color Harmonies of #826000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826000

Black with #826000

Text Example


Text Example

White with #826000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826000; }

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

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

background-color css

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

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

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

border-color css

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

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

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