Html Css Color HEX #826830 Corn Harvest

📋 copy color: '#826830'

red 130 ◦ green 104 ◦ blue 48

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

Shades of Corn Harvest #826830

Tints of Corn Harvest #826830

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.88%

 BLUE value IS 48 (19.14% from 255) = 17.02%

R = 46.1%
G = 36.88%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#826830 (or 0x826830) is known color: Corn Harvest. HEX triplet: 82, 68 and 30. RGB value is (130,104,48). Sum of RGB (Red+Green+Blue) = 130+104+48=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #826830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826830 is #7D97CF. Grayscale: #696969. Windows color (decimal): -8230864 or 3172482. OLE color: 3172482.

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

Color convert

RGB 130 104 48 -
CMYK 0 0.2 0.63 0.49
HSL 40.98º 0.46% 0.35% -
HSV(B) 40.98º 0.63% 0.51% -
XYZ 14.69 14.86 4.89 -
YUV 105.39 95.61 145.55 -
System Red Green Blue C M Y K H S L
Decimal 130 104 48 0 0.2 0.63 0.49 40.98 0.46 0.35
Hex 82 68 30 0 14 3F 31 29 2E 23
Octal 202 150 60 0 24 77 61 51 56 43
Binary 10000010 1101000 110000 0 10100 111111 110001 101001 101110 100011

Color Harmonies of #826830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826830

Black with #826830

Text Example


Text Example

White with #826830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826830; }

 p { color: rgb(130,104,48); }

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

background-color css

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

 a { background-color: rgb(130,104,48); }

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

border-color css

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

 span { border-color: rgb(130,104,48); }

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