Html Css Color HEX #856730 Corn Harvest

📋 copy color: '#856730'

red 133 ◦ green 103 ◦ blue 48

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

Shades of Corn Harvest #856730

Tints of Corn Harvest #856730

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.27%

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

R = 46.83%
G = 36.27%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#856730 (or 0x856730) is known color: Corn Harvest. HEX triplet: 85, 67 and 30. RGB value is (133,103,48). Sum of RGB (Red+Green+Blue) = 133+103+48=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #856730 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856730 is #7A98CF. Grayscale: #696969. Windows color (decimal): -8034512 or 3172229. OLE color: 3172229.

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

Color convert

RGB 133 103 48 -
CMYK 0 0.23 0.64 0.48
HSL 38.82º 0.47% 0.35% -
HSV(B) 38.82º 0.64% 0.52% -
XYZ 15.06 14.9 4.88 -
YUV 105.7 95.44 147.47 -
System Red Green Blue C M Y K H S L
Decimal 133 103 48 0 0.23 0.64 0.48 38.82 0.47 0.35
Hex 85 67 30 0 17 40 30 27 2F 23
Octal 205 147 60 0 27 100 60 47 57 43
Binary 10000101 1100111 110000 0 10111 1000000 110000 100111 101111 100011

Color Harmonies of #856730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856730

Black with #856730

Text Example


Text Example

White with #856730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856730; }

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

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

background-color css

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

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

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

border-color css

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

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

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