Html Css Color HEX #826B35 Corn Harvest

📋 copy color: '#826B35'

red 130 ◦ green 107 ◦ blue 53

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

Shades of Corn Harvest #826B35

Tints of Corn Harvest #826B35

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.9%

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

R = 44.83%
G = 36.9%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#826B35 (or 0x826B35) is known color: Corn Harvest. HEX triplet: 82, 6B and 35. RGB value is (130,107,53). Sum of RGB (Red+Green+Blue) = 130+107+53=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 107 (42.19% from 255 or 36.90% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 130 - color contains mainly: red. Hex color #826B35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826B35 is #7D94CA. Grayscale: #6B6B6B. Windows color (decimal): -8230091 or 3500930. OLE color: 3500930.

HSL color Cylindrical-coordinate representation of color #826B35: hue angle of 42.08º 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 #826B35 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 107 53 -
CMYK 0 0.18 0.59 0.49
HSL 42.08º 0.42% 0.36% -
HSV(B) 42.08º 0.59% 0.51% -
XYZ 15.11 15.52 5.57 -
YUV 107.72 97.12 143.89 -
System Red Green Blue C M Y K H S L
Decimal 130 107 53 0 0.18 0.59 0.49 42.08 0.42 0.36
Hex 82 6B 35 0 12 3B 31 2A 2A 24
Octal 202 153 65 0 22 73 61 52 52 44
Binary 10000010 1101011 110101 0 10010 111011 110001 101010 101010 100100

Color Harmonies of #826B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826B35

Black with #826B35

Text Example


Text Example

White with #826B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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