Html Css Color HEX #856830 Corn Harvest

📋 copy color: '#856830'

red 133 ◦ green 104 ◦ blue 48

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

Shades of Corn Harvest #856830

Tints of Corn Harvest #856830

RGB

 RED value IS 133 (52.34% from 255) = 46.67%

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

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

R = 46.67%
G = 36.49%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#856830 (or 0x856830) is known color: Corn Harvest. HEX triplet: 85, 68 and 30. RGB value is (133,104,48). Sum of RGB (Red+Green+Blue) = 133+104+48=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #856830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856830 is #7A97CF. Grayscale: #6A6A6A. Windows color (decimal): -8034256 or 3172485. OLE color: 3172485.

HSL color Cylindrical-coordinate representation of color #856830: hue angle of 39.53º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #856830 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 104 48 -
CMYK 0 0.22 0.64 0.48
HSL 39.53º 0.47% 0.35% -
HSV(B) 39.53º 0.64% 0.52% -
XYZ 15.16 15.1 4.91 -
YUV 106.29 95.11 147.05 -
System Red Green Blue C M Y K H S L
Decimal 133 104 48 0 0.22 0.64 0.48 39.53 0.47 0.35
Hex 85 68 30 0 16 40 30 28 2F 23
Octal 205 150 60 0 26 100 60 50 57 43
Binary 10000101 1101000 110000 0 10110 1000000 110000 101000 101111 100011

Color Harmonies of #856830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856830

Black with #856830

Text Example


Text Example

White with #856830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856830; }

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

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

background-color css

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

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

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

border-color css

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

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

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