Html Css Color HEX #827238 Corn Harvest

📋 copy color: '#827238'

red 130 ◦ green 114 ◦ blue 56

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

Shades of Corn Harvest #827238

Tints of Corn Harvest #827238

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38%

 BLUE value IS 56 (22.27% from 255) = 18.67%

R = 43.33%
G = 38%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#827238 (or 0x827238) is known color: Corn Harvest. HEX triplet: 82, 72 and 38. RGB value is (130,114,56). Sum of RGB (Red+Green+Blue) = 130+114+56=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 130 - color contains mainly: red. Hex color #827238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827238 is #7D8DC7. Grayscale: #707070. Windows color (decimal): -8228296 or 3699330. OLE color: 3699330.

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

Color convert

RGB 130 114 56 -
CMYK 0 0.12 0.57 0.49
HSL 47.03º 0.4% 0.36% -
HSV(B) 47.03º 0.57% 0.51% -
XYZ 15.94 17.07 6.2 -
YUV 112.17 96.3 140.72 -
System Red Green Blue C M Y K H S L
Decimal 130 114 56 0 0.12 0.57 0.49 47.03 0.4 0.36
Hex 82 72 38 0 C 39 31 2F 28 24
Octal 202 162 70 0 14 71 61 57 50 44
Binary 10000010 1110010 111000 0 1100 111001 110001 101111 101000 100100

Color Harmonies of #827238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827238

Black with #827238

Text Example


Text Example

White with #827238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827238; }

 p { color: rgb(130,114,56); }

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

background-color css

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

 a { background-color: rgb(130,114,56); }

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

border-color css

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

 span { border-color: rgb(130,114,56); }

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