Html Css Color HEX #826F2F Corn Harvest

📋 copy color: '#826F2F'

red 130 ◦ green 111 ◦ blue 47

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

Shades of Corn Harvest #826F2F

Tints of Corn Harvest #826F2F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.54%

 BLUE value IS 47 (18.75% from 255) = 16.32%

R = 45.14%
G = 38.54%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#826F2F (or 0x826F2F) is known color: Corn Harvest. HEX triplet: 82, 6F and 2F. RGB value is (130,111,47). Sum of RGB (Red+Green+Blue) = 130+111+47=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 130 - color contains mainly: red. Hex color #826F2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826F2F is #7D90D0. Grayscale: #6D6D6D. Windows color (decimal): -8229073 or 3108738. OLE color: 3108738.

HSL color Cylindrical-coordinate representation of color #826F2F: hue angle of 46.27º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #826F2F is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 111 47 -
CMYK 0 0.15 0.64 0.49
HSL 46.27º 0.47% 0.35% -
HSV(B) 46.27º 0.64% 0.51% -
XYZ 15.4 16.32 5.03 -
YUV 109.39 92.79 142.7 -
System Red Green Blue C M Y K H S L
Decimal 130 111 47 0 0.15 0.64 0.49 46.27 0.47 0.35
Hex 82 6F 2F 0 F 40 31 2E 2F 23
Octal 202 157 57 0 17 100 61 56 57 43
Binary 10000010 1101111 101111 0 1111 1000000 110001 101110 101111 100011

Color Harmonies of #826F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826F2F

Black with #826F2F

Text Example


Text Example

White with #826F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826F2F; }

 p { color: rgb(130,111,47); }

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

background-color css

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

 a { background-color: rgb(130,111,47); }

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

border-color css

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

 span { border-color: rgb(130,111,47); }

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