Html Css Color HEX #826002 Golden Brown

📋 copy color: '#826002'

red 130 ◦ green 96 ◦ blue 2

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

Shades of Golden Brown #826002

Tints of Golden Brown #826002

RGB

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

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

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

R = 57.02%
G = 42.11%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#826002 (or 0x826002) is known color: Golden Brown. HEX triplet: 82, 60 and 02. RGB value is (130,96,2). Sum of RGB (Red+Green+Blue) = 130+96+2=228 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.02% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 130 - color contains mainly: red. Hex color #826002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826002 is #7D9FFD. Grayscale: #5F5F5F. Windows color (decimal): -8232958 or 155778. OLE color: 155778.

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

Color convert

RGB 130 96 2 -
CMYK 0 0.26 0.98 0.49
HSL 44.06º 0.97% 0.26% -
HSV(B) 44.06º 0.98% 0.51% -
XYZ 13.4 13.12 1.88 -
YUV 95.45 75.26 152.64 -
System Red Green Blue C M Y K H S L
Decimal 130 96 2 0 0.26 0.98 0.49 44.06 0.97 0.26
Hex 82 60 2 0 1A 62 31 2C 61 1A
Octal 202 140 2 0 32 142 61 54 141 32
Binary 10000010 1100000 10 0 11010 1100010 110001 101100 1100001 11010

Color Harmonies of #826002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826002

Black with #826002

Text Example


Text Example

White with #826002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826002; }

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

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

background-color css

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

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

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

border-color css

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

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

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