Html Css Color HEX #826935 Corn Harvest

📋 copy color: '#826935'

red 130 ◦ green 105 ◦ blue 53

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

Shades of Corn Harvest #826935

Tints of Corn Harvest #826935

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.46%

 BLUE value IS 53 (21.09% from 255) = 18.4%

R = 45.14%
G = 36.46%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#826935 (or 0x826935) is known color: Corn Harvest. HEX triplet: 82, 69 and 35. RGB value is (130,105,53). Sum of RGB (Red+Green+Blue) = 130+105+53=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 53 (21.09% from 255 or 18.40% from 288); Max value from RGB is 130 - color contains mainly: red. Hex color #826935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826935 is #7D96CA. Grayscale: #6A6A6A. Windows color (decimal): -8230603 or 3500418. OLE color: 3500418.

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

Color convert

RGB 130 105 53 -
CMYK 0 0.19 0.59 0.49
HSL 40.52º 0.42% 0.36% -
HSV(B) 40.52º 0.59% 0.51% -
XYZ 14.9 15.11 5.5 -
YUV 106.55 97.78 144.73 -
System Red Green Blue C M Y K H S L
Decimal 130 105 53 0 0.19 0.59 0.49 40.52 0.42 0.36
Hex 82 69 35 0 13 3B 31 29 2A 24
Octal 202 151 65 0 23 73 61 51 52 44
Binary 10000010 1101001 110101 0 10011 111011 110001 101001 101010 100100

Color Harmonies of #826935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826935

Black with #826935

Text Example


Text Example

White with #826935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826935; }

 p { color: rgb(130,105,53); }

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

background-color css

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

 a { background-color: rgb(130,105,53); }

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

border-color css

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

 span { border-color: rgb(130,105,53); }

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