Html Css Color HEX #856930 Corn Harvest

📋 copy color: '#856930'

red 133 ◦ green 105 ◦ blue 48

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

Shades of Corn Harvest #856930

Tints of Corn Harvest #856930

RGB

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

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

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

R = 46.5%
G = 36.71%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#856930 (or 0x856930) is known color: Corn Harvest. HEX triplet: 85, 69 and 30. RGB value is (133,105,48). Sum of RGB (Red+Green+Blue) = 133+105+48=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #856930 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856930 is #7A96CF. Grayscale: #6B6B6B. Windows color (decimal): -8034000 or 3172741. OLE color: 3172741.

HSL color Cylindrical-coordinate representation of color #856930: hue angle of 40.24º 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 #856930 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 105 48 -
CMYK 0 0.21 0.64 0.48
HSL 40.24º 0.47% 0.35% -
HSV(B) 40.24º 0.64% 0.52% -
XYZ 15.26 15.3 4.95 -
YUV 106.87 94.78 146.63 -
System Red Green Blue C M Y K H S L
Decimal 133 105 48 0 0.21 0.64 0.48 40.24 0.47 0.35
Hex 85 69 30 0 15 40 30 28 2F 23
Octal 205 151 60 0 25 100 60 50 57 43
Binary 10000101 1101001 110000 0 10101 1000000 110000 101000 101111 100011

Color Harmonies of #856930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856930

Black with #856930

Text Example


Text Example

White with #856930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856930; }

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

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

background-color css

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

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

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

border-color css

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

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

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