Html Css Color HEX #827033 Corn Harvest

📋 copy color: '#827033'

red 130 ◦ green 112 ◦ blue 51

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

Shades of Corn Harvest #827033

Tints of Corn Harvest #827033

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.23%

 BLUE value IS 51 (20.31% from 255) = 17.41%

R = 44.37%
G = 38.23%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#827033 (or 0x827033) is known color: Corn Harvest. HEX triplet: 82, 70 and 33. RGB value is (130,112,51). Sum of RGB (Red+Green+Blue) = 130+112+51=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #827033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827033 is #7D8FCC. Grayscale: #6E6E6E. Windows color (decimal): -8228813 or 3371138. OLE color: 3371138.

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

Color convert

RGB 130 112 51 -
CMYK 0 0.14 0.61 0.49
HSL 46.33º 0.44% 0.35% -
HSV(B) 46.33º 0.61% 0.51% -
XYZ 15.6 16.57 5.51 -
YUV 110.43 94.46 141.96 -
System Red Green Blue C M Y K H S L
Decimal 130 112 51 0 0.14 0.61 0.49 46.33 0.44 0.35
Hex 82 70 33 0 E 3D 31 2E 2C 23
Octal 202 160 63 0 16 75 61 56 54 43
Binary 10000010 1110000 110011 0 1110 111101 110001 101110 101100 100011

Color Harmonies of #827033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827033

Black with #827033

Text Example


Text Example

White with #827033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827033; }

 p { color: rgb(130,112,51); }

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

background-color css

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

 a { background-color: rgb(130,112,51); }

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

border-color css

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

 span { border-color: rgb(130,112,51); }

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